Skip to content

KieraAllen/monster_shop_final

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 88.3%
  • HTML 9.8%
  • CSS 1.4%
  • JavaScript 0.5%