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)
- Host: GitHub
- URL: https://github.com/romanturas/goit-pythonweb-hw-08
- Owner: RomanTuras
- Created: 2025-03-23T12:04:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T14:40:40.000Z (over 1 year ago)
- Last Synced: 2025-03-24T15:39:43.472Z (over 1 year ago)
- Topics: alembic, docker, fastapi, poetry, sqlalchemy
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`