This is the backend API for the NotePlus application, which allows users to create, manage, and update notes.
For complete API documentation, including request/response examples, please visit our Postman Documentation.
https://documenter.getpostman.com/view/36300872/2sAYdhKADe
- POST
- GET
- DELETE
- PUT
- Clone the repository
git clone https://github.com/danukarangith/Notepad-MobileApp_Backend.git
- Install dependencies:
npm install
- Start the server:
npm start
- Node.js
- Express
- Postman (for testing the API)