Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 485 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 485 Bytes

Notes App (Backend)

Technologies used: MongoDB Atlas, NodeJS, ExpressJS

About

Express server repository. For the front-end repository go to: https://github.com/beamariano/notes-app

View Live App

See https://beam-notes-app.herokuapp.com/

Requirements

  • NodeJS ~12.13 or higher
  • MongoDB ~5.0.3 or higher

Installation

npm install

Dependencies

  • bcrypt
  • body-parser
  • cors
  • express
  • jsonwebtoken
  • mongoose
  • nodemon

To Start Application

node index.js