Skip to content

User authentication portal, built with MEAN stack (MongoDB, Express, Angular, Node) and Fury Material Design template

Notifications You must be signed in to change notification settings

nv4/MEAN-auth-MD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Requires Node.js, npm, and MongoDB.

To install and run:
Install client dependencies - npm install from client directory
Install server dependencies - npm install from server directory
Run database daemon - mongod
Run server (backend) - node server.js from server directory
Run client (interface) - npm start from client directory
Go to http://localhost:4200