Splitpay is a collaborative finance management application designed to streamline the process of splitting and settling expenses among a group of users. The platform allows users to create groups, add expenses, and keep track of who owes whom.
git clone https://github.com/emzm17/splitpay-backend.git
cd splitpay-backend/
- Mysql Database
- Redis server
- Secret Key
GET
: Get all Users.
POST
: Create new user.
POST
: Login as User.
GET
: Get all groups current user member.
POST
: send friend request.
POST
: accept friend request.
GET
: list down friend-request user.
GET
: list down friends user.
GET
: Get expense of that group.
GET
: Get all Expenses.
GET
: Get all expense of that group.
POST
: Create expense.
GET
: Get settle the expenses.