Skip to content
This repository was archived by the owner on Jul 27, 2024. It is now read-only.

ohorbatiuk/goit-pyweb-hw-07

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

University

Deployment

$ echo 'your database user password' > .secret
$ docker run --name lexhouk-hw-07 -p 5432:5432 -e "POSTGRES_PASSWORD=$(cat .secret)" -d postgres
$ alembic upgrade head
$ python seed.py

Usage

$ python my_select.py
$ python main.py -a list -m Teacher