This demo is actually what you get the first day you use Bootrails.
Below are some simple steps to help you to understand what's inside.
1. Simple visitor
A simple visitor can browse public pages, and login/sign up to the application.
Public pages are :
- Landing page
- Blog
- About
- FAQ
- Login
- And many more pages. Just click links in the footer !
Side note : For security reasons, no email will be sent from the demo. In demo mode, anyone has full access to the admin part, and you don't want your private data to be publicly available. Which means you can't sign up for a new account here - of course you can do this with the real app.
2. Customer
Go the login screen : https://bootrails-demo.herokuapp.com/login/
And enter the following credentials :
- email : customer@example.com
- password : Thedemo1234+
Once authenticated, you should be able to explore the /profile
pages.
Side note Again, for security reasons, no email will be sent from the demo. Which means you can not reset password, or send a verification link from the demo. It's something that works (of course) if you get Bootrails.
3. Admin
Go the login screen : https://bootrails-demo.herokuapp.com/login/
And enter the following credentials :
- email : admin@example.com
- password : Thedemo1234+
Once authenticated, you should be able to explore the /admin
pages.
Enjoy !