Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Create group with your friends and split bills without any hassle

NotificationsYou must be signed in to change notification settings

rachit995/splitwise-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create group with your friends and split bills without any hassle.

Demo 🖥️

You can test the live APIhere.

Features ⭐

⚡️ Add users/members to the application (CURD)
⚡️ Create groups and add new members to the group (CRUD)
⚡️ Add expenses in the group and let the application handle all the spliting

Folder Structure 📁

.├── Procfile├── README.md├── app.py├── application│   ├── __init__.py│   ├── config│   │   └── __init__.py│   ├── controllers│   │   ├── expense.py│   │   ├── group.py│   │   ├── simplify.py│   │   ├── transaction.py│   │   └── user.py│   └── models│       ├── expense.py│       ├── group.py│       ├── transaction.py│       ├── user.py│       └── user_group.py├── practice.py├── requirements.txt├── runtime.txt└── wsgi.py

Entry point isapp.py. All the models are being stored inmodels. All the routes are structured incontrollers.

Install & Build 🛠️

Step 1: Install all the dependencies.

pip install -r requirements.txt

Step 2: Run the server. (Make sure.env is already has all the required environment variables)

python app.py

Deployment 📦

This is aFlask backend application hosted onHeroku.

Thewsgi.py contains the direct run code for the application. It is being executed bygunicorn inProcfile. Heroku directly executesProcfile and starts the server.

This API has also been documented atPostman. You can test ithere.

About

Create group with your friends and split bills without any hassle

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp