- angular-auth-forms-demo the MEAN full stack app without testing files
- bundler is Webpack
- this is made with Angular 8 with the functions of register, login, authentication, role based access control
- all users need to register first
- normal users can only see home page and its details page while cannot change the role
- admin can see the list of all users, the list of all roles and can change all details of normal users
- Step 1: go to backend and frontend folder run npm install (You do need to create one env file to store your database information to make it work)
- Step 2: go to backend folder, run npm start
- Step 3: open a new terminal, go to frontend folder, run npm start
- Step 4: localhost 8080 will open automatically if compily successfully
- Step 5: register & login