A Ruby on Rails web application. The store owner can browse and edit products, orders and users. The shopper can register, browse products, his own orders and his own information.
- Displays flash message from last action;
- Authenticates users against a BCrypt password;
- Download this project;
- Cd into this project folder, with rails and bundler installed, then install the dependencies:
bundle install
- Run the server:
rails server
- Try on the browser:
localhost:3000