Skip to content

vuongtlt13/fastapi-template

Repository files navigation

Example App

Feature:

  • FastAPI: Backend
  • MySQL: Database
  • Alembic: Database Migrations
  • Poetry: Requirement Control

Requirements

Local development

  1. Create new .env file and change it

    cp .env.example .env

    Next change .env configs, generate new secret key with command

    make generate-secret
  2. Start Infra

    docker-compose up -d
  3. Start FastAPI App

    make start-app

Now you can open your browser and interact with these URLs:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages