ArthSaathi_v2.0 is a full-stack financial management platform designed to help users manage their accounts, transactions, and financial goals. The project is organized into three main parts:
- Frontend: A modern React + TypeScript web application (with Vite) for user interaction, dashboards, and account management.
- Backend: A Node.js/Express API server using Prisma ORM for database management, JWT authentication, and RESTful endpoints for user, account, and transaction operations.
- Arth_sangi: A mobile app built with Expo (React Native) for cross-platform access to core features on Android and iOS.
- Mutual_Model: (Details TBD) Presumably for shared data models or business logic.
- User authentication (JWT-based)
- Account creation, editing, and deletion
- Transaction management
- Financial analytics and dashboards
- Responsive web and mobile interfaces
- API documentation with Swagger
- Install dependencies:
cd Backend npm install