A REST API providing Bible verses with developer-themed paraphrases.
- 🎯 Get random verses
- 📚 Get verses by category
- 🏷️ List all categories
- 💚 Health check endpoint
- 🎨 Colorful console logging
GET /api/health
GET /api/verse/random
GET /api/verse/all
GET /api/verse/category/:category
GET /api/categories
npm install
npm startDevelopment
npm run devDeployment
Ready for Railway, Render, Heroku, etc.I'm deploying to pxxl.app
This gives you:
- ✅ Clean architecture (Controller → Service → Data)
- ✅ Colorful logging with utils/logger
- ✅ Health check & root endpoint
- ✅ Proper error handling
- ✅ Ready for deployment
- ✅ Clean separation of concerns
## 🧑💻 Built With ❤️ By
**Raymond Pro Guy**
Passionate backend developer building open-source tools for developers.
🔗 [GitHub Profile](https://github.com/raymondproguy)
---
## 📄 License
Licensed under the **MIT License** – feel free to use, fork, and build on it.
If you found this helpful, star ⭐, or share!