FlatShare
This is a web app to help flat members split bills easily.
How to run it locally
- Clone this repository
- Install the dependencies by
pip install -r requirements.txt
- Initialise the databse by the url
http://0.0.0.0:5000/init_db
- Run the app by
python __init__.py