GitHub - ProFastCode/FastAPI_Template: FastAPI Template
-
Notifications
You must be signed in to change notification settings - Fork 1
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
-
Install dependencies.
poetry installorpip install -r requirements.txt -
Run application.
poetry run fastapi dev appormake dev
Make documentation
make help