"Little Esty Shop" is a 10 day, 4 person group project completed during Module 2 of 4 for the Turing School of Software Engineering and Design's Back End Engineering Program.
The premise is a fictitious e-commerce platform where both merchants and admins to the site can manage inventory and fulfill customer invoices.
Our Database Design
Learning Goals
Requirements
💻 Jessica Grazulis |Github| |LinkedIn|
💻 Brad Breiten |Github| |LinkedIn|
💻 Karan Mehta |Github| |LinkedIn|
💻 Sierra Tucker |Github| |LinkedIn|
Ruby Version
$ ruby -v ruby 2.7.2p137 (2020-10-01 revision 5445e04352) [arm64-darwin20]
Rails Version
$ rails -v Rails 5.2.6
Database Creation
$ rails db:{drop, create, migrate, seed}
Database Loading
$ rails csv_load:all
Run Entire Test Suite
$ bundle exec rspec
=> Booting Puma
=> Rails 5.2.6 application starting in development
=> Run `rails server -h` for more startup options
Puma starting in single mode...
Version 3.12.6 (ruby 2.7.2-p137), codename: Llamas in Pajamas
Min threads: 5, max threads: 5
Environment: development
Listening on tcp://localhost:3000 Use Ctrl-C to stop
Heroku Deployment: For Production