Skip to content

This is the backend repo of NoteDrop This project is a web application built using the MERN stack , allowing users to store and manage their notes with ease. It has a user-friendly interface.

License

Notifications You must be signed in to change notification settings

Mithun-750/NoteDrop-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoteDrop Backend - API Server for Storing and Managing Notes

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.

Built With

  • Node.js
  • Express.js
  • MongoDB
  • Mongoose

Frontend

You can find the frontend code in the repository: github.com/Mithun-750/NoteDrop-frontend

Features

  • 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.

API Endpoints

  • 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.

Contributing

If you find a bug or want to add a new feature, contributions are welcome!

License

This project is licensed under the MIT License.

Author

Your Name
Email: mail4mithun.u@gmail.com
GitHub: github.com/Mithun-750

About

This is the backend repo of NoteDrop This project is a web application built using the MERN stack , allowing users to store and manage their notes with ease. It has a user-friendly interface.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published