HoagieShop
A fantastic shop for delicious Hoagies.
Installation
- Make sure you have Ruby 2.3 installed. Using RailsInstaller reduces complications.
- Run
git clonein your terminal with the link to this repository or to your fork. Example:
git clone https://github.com/HTW-Runner/HoagieShop
- Change to the HoagieShop folder in your terminal. (Do not use the git bash terminal for this and the next steps!)
- Run
bundle installto get all dependencies. If this does not work due to a bundler error, rungem install bundlebefore. - Run
rails serverin your terminal and go tohttp://localhost:3000and you should see the Homepage. Congratulation you've got your own Hoagie Shop!
Populating the Database
To get development starting you need to fill the database. For this run the rake db:populate command.