Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 842 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 842 Bytes

Backend for Expense-sharing-app

Overview

The web application follows strict MVC pattern.

This project is a Expense sharing System (CMS) that allows users to CRUD operations. It also includes several additional features such as -

Features

  1. User Authentication
    • Users can register, login, and logout securely. Implement authentication and authorization using JSON Web Tokens (JWT) and middleware to protect endpoints.
  2. Expense Management
    • Create, view, edit, and delete expense. Each expense can store a name, phone number, and email address.
  3. Send Mail
    • The system generates a mail to share the expense
  4. 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