A simple CRUD API built using Node.js, Express, and MongoDB that allows users to create, read, update, and delete notes. This project is part of backend practice and helps reinforce concepts like:
-> RESTful API structure
->Express routing and middleware
->MongoDB with Mongoose
->Environment variables and project organization
Technologies used:
- Node.js
- Express.js
- MongoDB + Mongoose
- dotenv
- nodemon (for development)
- Postman (for testing)