A boilerplate project that combines the power of FastAPI for building APIs, NGINX for secure reverse proxying, and Docker for containerization. The primary focus is on NGINX dynamically generating Self-signed SSL certificates in a Docker environment.
- FastAPI: A modern, fast, web framework for building APIs.
- NGINX: A high-performance web server and reverse proxy with dynamic SSL certificate generation.
- Docker: Containerization for easy deployment and scalability.
-
Clone the repository:
-
Navigate to the project directory:
-
Build and run the Docker containers:
docker-compose up -d --build
Feel free to customize the NGINX configuration, FastAPI routes, or any other aspect of the boilerplate to suit your specific project requirements.