Skip to content

jaidan22/split

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 

Repository files navigation

₹ SPLIT

Installation

1.Clone GitHub repository

git clone https://github.com/jaidan22/split.git

2. Add .env file for backend

cd api
touch .env

api/.env

DB_URL= 'Database URL'
PORT= 'PORT'
JWT_SECRET= 'JWT secret key'

3. Start Backend server

npm run devStart

4. Add .env file for React App

cd client
touch .env

client/.env

REACT_APP_API_URL = "Backend server URL"

5. Run React App

npm start

Implemented Features

  • Settle debts between Peers using Minimum no. of Transaction per user
  • Get Summary about lended and owed amount
  • Add debt
  • Settle debt
  • Search for new users
  • Add new group
  • Split expense between multiple users in group
  • Get list of all debts of an expense

  • Frontend Hosted in Vercel (Enable cookies)
  • Backend Hosted in Vercel
  • Link to Demo Video