This project is a simple RESTful API built with Node.js and Express that connects to a MongoDB database. It uses cors
to handle Cross-Origin Resource Sharing, and dotenv
to manage environment variables securely.
- Express server to handle API requests
- MongoDB for data storage
- CORS enabled for cross-origin requests
- Environment variables managed with dotenv