Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 878 Bytes

README.md

File metadata and controls

51 lines (31 loc) · 878 Bytes

This is MEAN stack with JWT authentication and authorization

This project is developed using Mongodb, Express, Angular 12, and NodeJS(MEAN). It has role base access controller.

Tech Stack

Client: Angular, Bootstrap,

Server: Node, Express

Database: MongoDB

Instructions to Run

To run this example you must have below enviroment set-up

Then clone the repo usng below command

Clone repositoryn in yor local

git clone 
cd ./mean-auth-example

Server set-up

  cd server
  npm install
  node ./server

Move to the root of the client folder and then fire below command.

Client set-up

  cd client
  npm install
  ng serve -o

Authors