FastApi Documentation Read more
- Automatic documentation using swagger docs or Redoc
- Python types Read More
- Hot reaload, just keep coding and the server will restart itself!
- Remote Debugging
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 upOr if you want to run the container in detached mode:
docker-compose up -dTo stop it:
docker-compose down