git clone https://github.com/jaidan22/split.git
cd api
touch .env
api/.env
DB_URL= 'Database URL'
PORT= 'PORT'
JWT_SECRET= 'JWT secret key'
npm run devStart
cd client
touch .env
client/.env
REACT_APP_API_URL = "Backend server URL"
npm start
- 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