Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ProFastCode/FastAPI_Template

Repository files navigation

FastAPI

Create a .env file based on .env.dist and make all the necessary customizations

To run the application in a docker container, run the command

docker-compose up -d

To run the application without a docker container, complete follow these steps

  1. Install dependencies.

    poetry install or pip install -r requirements.txt

  2. Run application.

    poetry run fastapi dev app or make dev

Make documentation

make help

AltStyle によって変換されたページ (->オリジナル) /