The Little Shop of Furniture is a fictitious e-commerce application that has admins, merchants, registered users, and visitors. Our application allows admins to manage all users. Merchants can fulfill orders, change order status and enable/disable items. Registered users and visitors can browse the items, place items in their shopping cart and checkout. Customers of the site can register and log in.
https://thawing-basin-65152.herokuapp.com/
- Rails
- Active Record
- Postgres
- Bcrypt
- FactoryBot
- RSpec
- Clone this repo
- navigate into this project home directory
- Run rails db:reset
- Run rails s
- View in browser at: http://localhost:3000
- Run rspec