- Description
This repo contains the BackEnd (REST API) i.e. server side rendering for the iNotebook app. This api is based on the CRUD application , i.e. Create Read Update Delete. The use of this application is to help people to save their thoughts, TODOs, quick note and many more. You can add your note with title, description and tag/tags. You have to be logged in to use all CRUD functionalities.
- Folder Structure
- middleware
|--------> fecthuser.js
- models
|------------> Note.js
|------------> User.js
- rotes
|------------> auth.js
|------------> notes.js
- .gitignore
- db.js
- index.js
- package-lock.json
- package.json
- README.md
- To install all the dependencies from package.json
npm install
- Technologies used for this REST API