Skip to content

Commit 4c6ae2a

Browse files
author
shiey
committed
📝 Update README: Add live demo links and simplify deployment section
1 parent d74eb76 commit 4c6ae2a

1 file changed

Lines changed: 21 additions & 7 deletions

File tree

README.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,9 @@ A production-ready REST API and web interface for downloading Facebook videos wi
2121

2222
## 🌟 Live Demo
2323

24-
**Deploy your own instance on:**
25-
- [Railway](https://railway.app) - `https://your-app.railway.app`
26-
- [Render](https://render.com) - `https://your-app.onrender.com`
27-
- [Fly.io](https://fly.io) - `https://your-app.fly.dev`
24+
**✨ Try it now:** [https://facebook-video-download-api.onrender.com/](https://facebook-video-download-api.onrender.com/)
2825

29-
**Quick Deploy Links:**
30-
- [![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/your-template)
31-
- [![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy)
26+
**📖 API Documentation:** [https://facebook-video-download-api.onrender.com/docs](https://facebook-video-download-api.onrender.com/docs)
3227

3328
## 🚀 Quick Start
3429

@@ -273,6 +268,25 @@ python -m app.main
273268
└── requirements.txt # Python dependencies
274269
```
275270

271+
## 🚀 Deploy Your Own
272+
273+
Want to deploy your own instance? Here's how:
274+
275+
### **Render (Recommended)**
276+
277+
1. **Fork this repository** to your GitHub account
278+
2. **Sign up at [Render](https://render.com)** with your GitHub account
279+
3. **Create a new Web Service** and connect your forked repository
280+
4. **Use these settings**:
281+
- **Build Command**: `pip install -r requirements.txt`
282+
- **Start Command**: `uvicorn app.main:app --host 0.0.0.0 --port $PORT`
283+
- **Environment Variables**:
284+
- `DEBUG=false`
285+
- `PYTHON_VERSION=3.11.9`
286+
5. **Deploy** and your app will be live in ~5 minutes! 🎉
287+
288+
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy)
289+
276290
## 🤝 Contributing
277291

278292
1. Fork the repository

0 commit comments

Comments
 (0)