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.
- Host: GitHub
- URL: https://github.com/ejw-data/proj-iou
- Owner: ejw-data
- Created: 2024-06-19T20:25:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T06:40:34.000Z (about 2 years ago)
- Last Synced: 2025-01-22T06:47:00.218Z (over 1 year ago)
- Language: HTML
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`