Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 408 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 408 Bytes

fastapi generator project

An Fast generator fastapi project

Usage

create

    cookiecutter https://github.com/7ym0n/fastapi-project-generator.git

database

  • Notes: change database alembic.ini sqlalchemy.url = your drive.

    exec:

    alembic revision --autogenerate -m "init"
    alembic upgrade head

run

    cd $(your_project)
    uvicorn app.main:app --reload