Skip to content

MongoDB, NodeJS, Express and AngularJS 2 app that allows users to login, register and navigate to dashboard with url authentication using JSON web token.

Notifications You must be signed in to change notification settings

jkasaudhan/mean_auth_app_starter_kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mean_auth_app

MongoDB, NodeJS, Express and AngularJS 2 app that allows users to login, register and navigate to dashboard with url authentication using JSON web token. It can be used as a starter project for any kind of web application that requires user authentication and dashboard view after login.

Technology stack used for this project are listed below

Backend

  • MongoDB
  • NodeJS
    • Third Party Modules(passport, jsonwebtoken, cors, body-parser)
  • ExpressJS

Frontend

  • AngularJS 2
  • jQuery
  • Bootstrap
  • TypeScript
  • ES6

How to run in your local machine?

  • Clone the project
  • Navigate inside mean_auth_app_starter_kit directory and run following commands to run backend NodeJS server
    • npm install
    • npm start
  • Navigate inside mean_auth_app_starter_kit >> angular-src directory and run following commands to run frontend angular app
    • npm install
    • ng serve

About

MongoDB, NodeJS, Express and AngularJS 2 app that allows users to login, register and navigate to dashboard with url authentication using JSON web token.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published