An open API service indexing awesome lists of open source software.

https://github.com/ejw-data/proj-iou

I Owe You (U) app that keeps track of ongoing transactions between pairs of people. Essentially, this helps me track who has paid for meetings at restaurants but this could be used for other transactions.
https://github.com/ejw-data/proj-iou

Last synced: 6 months ago
JSON representation

I Owe You (U) app that keeps track of ongoing transactions between pairs of people. Essentially, this helps me track who has paid for meetings at restaurants but this could be used for other transactions.

Awesome Lists containing this project

README

          

# proj-scheduler-app
Scoping a future cloud application that will intelligently assign users to meetings

### Create Environment
* `python -m venv `

### Installs
* `pip install Flask`
* `pip install -U Flask-SQLAlchemy`
* `pip install sqlalchemy-utils`
* `pip install werkzeug`
* `pip install flask-WTF`
* `pip install psycopg2`
* `pip install flask_login`

### Activate Environment
* `. venv/Scripts/activate`