Vote on who is your favorite Samurai Jack's Enemy, Ally, or Outfit!
Check it out here: https://samurai-jack-voting-game.herokuapp.com
-
Ruby version - 2.4.0rc1
-
Rails version - 5.0.4
-
Database - Postgres
-
Framework - Ruby on Rails
-
Hosted on Heroku
Make sure you have Rails and Git installed on your machine
-
git clone the repo to your local machine
git clone https://github.com/Twinpair/Samurai-Jack-Voting-Game.git -
Run
bundle installto install gems -
Run
rake db:migrateto migrate the database -
On root path you can run
rails sto begin server -
Open browser to
localhost:3000to view application