Skip to content

Simple API boilerplate using FastAPI and Uvicorn using docker and docker-compose

Notifications You must be signed in to change notification settings

cefeboru/FastApi-boilerplate

Repository files navigation

Python API Boilerplate - FastApi

FastApi Documentation Read more

Features

  • Automatic documentation using swagger docs or Redoc
  • Python types Read More
  • Hot reaload, just keep coding and the server will restart itself!
  • Remote Debugging

Running the code

You should have docker and docker compose istalled. When starting the application will search for a .env file. If you don't have one you can copy the development.env as a base.

To start you development environment just run :

  docker-compose up

Or if you want to run the container in detached mode:

  docker-compose up -d

To stop it:

  docker-compose down

About

Simple API boilerplate using FastAPI and Uvicorn using docker and docker-compose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published