/mean-auth-ex

MEAN Stack App with Angular JWT Authentication

Primary LanguageJavaScript

Mean Stack Example

This is a simple mean stack application build from scratch using MongoDB, Express, Angular CLI. and NodeJs.

Steps to run the application

Backend:

  1. npm install this will install all necessary packages for backend

  2. run your local mongodb server

  3. npm start this will start the application

Frond end

  1. change your current directory to angular-src folder
  2. npm install
  3. ng serve this command will start the front end application

Build

once your implemenation is done run ng build note: configure your output folder in angular-src/.angular-cli.json command will push all the changes to public folder

This code is an example at Traversy Media