Skip to content

mogaiskii/python_fastapi_rest_template

Repository files navigation

Fastapi web server boilerplate

Env variables

  • DB_URL - url string for pg database
  • DEBUG [Optional] - debug mode. False by default

Running

Option (a) - easy one

docker-compose up -d

Option (b) - not so easy one

From root (here):

  • DB_URL=<your db url> uvicorn main:app --reload --app-dir app

Prerequisites & development

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors