π Live API: https://hobby-hub-server-seven.vercel.app/
The server is responsible for handling API requests related to hobby group creation, fetching, updating, and deletion. It connects to MongoDB and provides RESTful endpoints consumed by the HobbyHub client.
- CRUD operations for hobby groups
- MongoDB database connection
- Environment-secured credentials
- CORS and JSON middleware configured
- Deployed on Vercel for serverless hosting
- Node.js
- Express.js
- MongoDB
- dotenv
- Vercel