git clone https://github.com/jaidan22/split.gitcd api
touch .envapi/.env
DB_URL= 'Database URL'
PORT= 'PORT'
JWT_SECRET= 'JWT secret key'npm run devStartcd client
touch .envclient/.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