Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 892 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 892 Bytes

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