Check out the deployed Webapp on heroku.
- Run
bundle install
in the project directory - Migrate with
rake db:migrate
- Populate the data with
rake db:populate
- Run
rails server
and view the factory athttp://localhost:3000
Admin: 'mark'
Baker: 'baker'
Shipper: 'shipper'
User: 'user12' (users 1-120 exist in the system)
All the users in the system use the password 'secret'.
-Cart, checkout, and order creation
-Payment Gateway Simulation
-Authentication & Authorization for 4 different types of users
-Informative Admin Dashboards
-Baking & Shipping Lists that simulate in-house inventory and fulfilment services
-Models that accurately calculate shipping costs based on item weights
Larry Heimann, 'profh' on github, is responsible for writing the Model and test code for this project.