This is the backend API for the Recipe Book web application. It provides RESTful endpoints to manage user recipes including creating, reading, updating, and deleting recipes.
Built with Node.js, Express, and MongoDB.
- 🌐 RESTful API for all recipe operations
- 📦 MongoDB-based data storage
- 🔐 Secured with CORS and environment variables
- 📄 Supports CRUD operations for:
- Adding new recipes
- Fetching all or user-specific recipes
- Updating existing recipes
- Deleting recipes
| Tech | Description |
|---|---|
| Express | Web framework for Node.js |
| MongoDB | NoSQL database |
| CORS | Cross-Origin support |
| Dotenv | Environment config |
- Node.js and npm installed
- MongoDB URI (you can use MongoDB Atlas or local MongoDB)