I am a Software Engineer with 14 years of experience in industry. I am here to share my learnings and experiments with technology. I am a Software Engineer with 14 years of experience in industry. I ...
├── src/ │ ├── index.js # Express server and API routes 🏠 │ └── database.js # PostgreSQL connection pool 🗄️ ├── .env.example # Example environment variables 📝 ├── .gitignore # Git ignore ...
GET /api/v1/check/ Comprehensive health check (PostgreSQL + Redis) {"success": bool, "up": {"postgres": bool, "redis": bool}} GET /api/v1/check/postgres/ PostgreSQL ...