Skip to content

Rafaelnanes/angularjs2-frontend

Repository files navigation

Angularjs2Frontend

To see this project in action please visit the follow link: https://rafaelnanes.github.io/angularjs2-frontend/login

index page https://rafaelnanes.github.io/angularjs2-frontend/main

#Credencials

login: adm, password: adm

login: visitor, password: adm

login: customer, password: adm

#Rules Business

adm

1 - Only adm can maintain the products - '/angularjs2-frontend/product'

2 - Can't access the index page

3 - Can't access the shop area

visitor

1 - Only visitor can access the index page

2 - Visitor can access the '/angularjs2-frontend/product' but he can't maintain the products

3 - Can't access the shop area

customer

1 - Can't access the index page

2 - Can't access the product area

3 - Only customer can access '/angularjs2-frontend/shop'