This project is a Expense sharing System (CMS) that allows users to CRUD operations. It also includes several additional features such as -
- User Authentication
- Users can register, login, and logout securely. Implement authentication and authorization using JSON Web Tokens (JWT) and middleware to protect endpoints.
- Expense Management
- Create, view, edit, and delete expense. Each expense can store a name, phone number, and email address.
- Send Mail
- The system generates a mail to share the expense
- Divide expense
- Divide expense based on the user's input.
# Run backend
Fork the repo
git clone https://github.com/your-username/expense-sharing-application.git
yarn init
yarn add
yarn start