- docker
- sqlalchemy
- postgres
- flask
First, create a virtual environment and start it.
Install requirements
pip install -r requirements
start dockerized postgres server
./docker_up.sh
initialize db data
python initialize_db.py
run flask app
python app.py
login info for postgres server:
- password:
pass
- username:
usr
- db table:
work_org
- accessible via
localhost:5001
login info for pgadmin4
- passwoord:
SuperSecret
- user:
user@domain.com
- host/name:
postgres
- port:
5432