Skip to content

pvgupta24/Auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth

Authentication module in node.js using PassportJS

  • MongoDB as database.
  • Angular5 for frontend.

Usage

  • In the root directory, npm install to install the server dependencies npm start to start the server

  • In the client directory, npm install to install the client dependencies npm start to start the client for production Open http://localhost:4200

Build

  • Build by running ng build in the client directory.
  • Start the server by npm start in the root directory.
  • Open http://localhost:8000