Skip to content

smitthakore/expense-sharing-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Backend using NodeJs for an expense sharing application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published