Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.5 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.5 KB

Monster Shop Final

BE Mod 2 Week 6 Solo Project

Kiera Allen - GitHub

Introduction

Monster Shop Final was the project assigned to the 2008 Back End cohort during Module 2. A starter repo was provided which included premade files or students could choose to build off their group project repos. Students were tasked with creating full CRUD functionality for a merchant employee to manipulate discounts on their merchant's items.

Setup

For this final solo project, I chose to build off the provided repo and followed these steps to set it up:

  1. Fork project
  2. Clone fork
  3. In terminal: rails db:{drop,create,migrate,seed}
  4. In terminal: bundle exec rspec
  5. Inspect schema, routes, tests
  6. View schema diagram
  7. Deploy to Heroku
    1. heroku create
    2. git remote -v
    3. git push heroku main
  8. Read over instructions
  9. Develop rough user stories
  10. Get to work!

Demo

The app can be viewed on Heroku here

  • use seeds file info to login as merchant employee and view discount functionality