Skip to content

AhmedAmirK/Node-Messenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published