Developed at Porto Summer of Code 2016, a 48h hackathon set in Porto, Kiptab is an app that helps you and your friends keep track of expenses during vacations and other social settings by balancing debts automatically.
- Python
- Flask
- SQLite
- HTML, CSS, JavaScript
- Vue.js
- Material Design Lite
$ cd server
$ pip install -r requirements.txt
$ cd server
$ chmod +x start.sh
$ ./start.sh
- Clone the repository:
$ git clone https://github.com/faviouz/kiptab.git
$ cd kiptab/
-
Make sure
DEBUG=False
is set inapp.config
. -
Run the application.
$ chmod +x start.sh
$ ./start.sh