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

https://github.com/shdavlatbek/fastapi-users-uow


https://github.com/shdavlatbek/fastapi-users-uow

alembic fastapi fastapi-sqlalchemy fastapi-template fastapi-users unit-of-work

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

### About
This project use a Unit Of Work structure and integrated with FastAPI Users library

### Run server
1. Create virtual environment, install requirements
2. Rename `.env-example` to `.env` and change environments with yours
3. Run `python src/main.py`

### Migrations
1. In root directory run
`alembic revision --autogenerate -m "Message"`
2. Apply changes
`alembic upgrade head`