Skip to content

BurhanRaja/iNotebook_Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend of iNotebook

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

  1. 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
  1. To install all the dependencies from package.json

npm install

  1. Technologies used for this REST API