Kiera Allen - GitHub
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.
For this final solo project, I chose to build off the provided repo and followed these steps to set it up:
- Fork project
- Clone fork
- In terminal:
rails db:{drop,create,migrate,seed}
- In terminal:
bundle exec rspec
- Inspect schema, routes, tests
- View schema diagram
- Deploy to Heroku
heroku create
git remote -v
git push heroku main
- Read over instructions
- Develop rough user stories
- Get to work!
The app can be viewed on Heroku here
- use
seeds
file info to login as merchant employee and view discount functionality