Live API: https://medi-sphere-backend.vercel.app/
Client Repo: MediSphere Frontend
MediSphere is a group project developed to create a complete Medicine E-Commerce Platform. This backend server powers the app’s functionality including user authentication, role management, medicine management, orders, and cart operations.
- @shakibwebx (Habibur Rahman) – Frontend & integration
- @farrdin – Backend & API logic
- And other contributors...
- Runtime: Node.js
- Framework: Express.js
- Database: MongoDB (Mongoose)
- Authentication: Firebase Admin SDK
- Security: CORS, Helmet, dotenv
- Deployment: Vercel (serverless functions)
✅ User authentication via Firebase
✅ Role-based access control (admin, user)
✅ Medicine CRUD (admin)
✅ Product categories and filtering
✅ Add to cart & checkout flow
✅ Order management
✅ Secure API routes with validation
✅ Optimized for deployment with Vercel