Skip to content

A versatile FastAPI application template that serves as a starting point for building dynamic and high-performing API services. This template includes common setups and examples to help developers quickly create and deploy their FastAPI projects.

Notifications You must be signed in to change notification settings

taieeuu/fastapi-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Continually updated

Usage Instructions

  1. Rename .env.example to .env by removing the .example suffix.
  2. Fill in the relevant parameters in the .env file.

Parameter Description

  • APP_ENV: Represents the environment. Options include:
    • dev: Development environment
    • prod: Production environment
    • uat: Testing environment

USAGE

docker-compose build
docker-compose up

About

A versatile FastAPI application template that serves as a starting point for building dynamic and high-performing API services. This template includes common setups and examples to help developers quickly create and deploy their FastAPI projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages