Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/programmingwithgaurav/inotebook-api
iNotebook backend api
https://github.com/programmingwithgaurav/inotebook-api
Last synced: about 9 hours ago
JSON representation
iNotebook backend api
- Host: GitHub
- URL: https://github.com/programmingwithgaurav/inotebook-api
- Owner: ProgrammingWithGaurav
- Created: 2021-10-31T04:30:17.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T15:09:26.000Z (about 3 years ago)
- Last Synced: 2023-10-30T12:28:25.728Z (about 1 year ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## iNotebook-CRUD-API
- this api i used in my MERN-iNotebook repository
- you can make as many request to this api
- This api is hosted in heroku link: http://my-inotebook-api.herokuapp.com/#### MADE with :
- mongoose
- nodejs
- express### ROUTES THIS API CONTAIN
#### FOR USER
- /login
- /signup
- /deleteuser
- /getuser#### FOR NOTES
- /addnote
- /deletenote
- /updatenote