A minimal FastAPI application in Python 3.9 featuring:
- Health check endpoint
- Auto-generated Swagger UI
- Docker support for easy deployment
/health
endpoint for health checks- Interactive Swagger UI at
/docs
- Redoc documentation at
/redoc
- Dockerized for easy container deployment
- Compatible with Python 3.9
β Access in your browser:
- Health check: http://127.0.0.1:8000/health
- Swagger docs: http://127.0.0.1:8000/docs
- Redoc: http://127.0.0.1:8000/redoc