| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The Notes API is a Node.js application that provides CRUD operations for managing notes. Users can create, read, update, and delete their notes, as well as share notes with other users.
Clone the repository:
git clone https://github.com/Alchemist1411/Asssment-Speer-Backend.git
cd <project-directory>Install Dependencies:
npm installRequired enviornment:
Has been setup already with dummy JWT_SECRET_KEY and User/Notes Database for easily testing the endpoints.
Run the Application:
To run app using nodemon on your machine
npm run devFor API Testing:
Use either Postman or Thunderclient to test the API endpoints While using /api/notes/ endpoints pass the Authorization token, which you got during user login.
| Back | FazBrowse Home | New Git URL |