A simple and efficient RESTful API built with Node.js, Express, and MongoDB (Mongoose) that allows you to create, read, update, and delete notes β each note containing a topic
and content
.
- βοΈ Create a new note
- π Read all notes or a specific note
- π Update an existing note
- β Delete a note
- π Built with Express and MongoDB
- π¦ Organized with routes and middleware
- Node.js β runtime environment
- Express.js β web framework
- MongoDB + Mongoose β database and ODM
- Nodemon β automatic server reload in development
git clone https://github.com/<your-username>/notes-rest-api.git
cd notes-rest-api