This project is developed using Mongodb, Express, Angular 12, and NodeJS(MEAN). It has role base access controller.
Client: Angular, Bootstrap,
Server: Node, Express
Database: MongoDB
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