This is the backend repository for the NoteDrop project, a fullstack web application built using the MERN stack (MongoDB, Express.js, React, Node.js) hosted on Render.
- Node.js
- Express.js
- MongoDB
- Mongoose
You can find the frontend code in the repository: github.com/Mithun-750/NoteDrop-frontend
- Provides RESTful APIs for storing, retrieving, updating, and deleting notes.
- Utilizes MongoDB as the database to store user notes and related data.
- Implements the Mongoose library for easy interaction with the MongoDB database.
- GET
/api/notes
: Get all notes. - POST
/api/notes/newnote
: Create a new note. - PUT
/api/notes/updatenote/:id
: Update a note by ID. - DELETE
/api/notes/deletenote/:id
: Delete a note by ID.
If you find a bug or want to add a new feature, contributions are welcome!
This project is licensed under the MIT License.
Your Name
Email: mail4mithun.u@gmail.com
GitHub: github.com/Mithun-750