A lightweight Content Delivery Network (CDN) built using FastAPI, Python, and NGINX to serve static content efficiently.
- Fast and efficient content delivery.
- Minimal architecture with FastAPI and NGINX.
- Backend Framework: FastAPI (Python)
- Web Server: NGINX
- Python, Nginx
- Clone the repository:
git clone https://github.com/AsifR16/CDN.git
- Navigate to the project directory:
cd CDN
- Build and run:
mkdir uploads
pip install fastapi uvicorn
uvicorn app:app
nginx.exe -c "nginx.conf"
- Access the CDN at
http://localhost:8080
MIT License
- Email: [email protected]
- GitHub: https://github.com/AsifR16