Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 547 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 547 Bytes

Node-Messenger

Instructions

  • Install NodeJs, npm and MongoDb

  • Clone project and cd into directory

  • Create a .env file with a SECRET for jwt token

  • Install dependencies

     $ npm install
    
  • Start the server

     $ npm start
    

    App should now be running on localhost:3000.

Features

  • Express used as backend framework
  • bcrypt-nodejs used to hash passwords
  • jsonwebtoken used for user authentication
  • MongoDb and Mongoose used for storing and querying data
  • Angular used for frontend