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

https://github.com/romanturas/goit-pythonweb-hw-08

goit-pythonweb-hw-08 (fast api, first HW)
https://github.com/romanturas/goit-pythonweb-hw-08

alembic docker fastapi poetry sqlalchemy

Last synced: about 2 months ago
JSON representation

goit-pythonweb-hw-08 (fast api, first HW)

Awesome Lists containing this project

README

          

### goit-pythonweb-hw-08 (Fast API)

`source $(poetry env info --path)/bin/activate`

`poetry add fastapi`

`poetry add uvicorn`

`poetry add asyncpg`

`poetry add sqlalchemy`

`poetry add alembic`

`poetry add greenlet`

`docker run --name postgres-db -p 5432:5432 -e POSTGRES_PASSWORD=fE512 -d postgres`