By Baron Bloomer
Clone the repository onto your local machine, then unzip the downloaded zip file (should create the folder 'yyg-server').
Then, run the following commands in the console (in listed order) from the project root folder (i.e. yyg-server/):
- Run bundle install to install the required gems.
- Run rake db:migrate to set up development environment tables.
- Run rake db:test:prepare to set up test environment tables.
- Run rake db:seed to set up dummy data.
- Run rails server to start up a rails server.
- Open your preferred browser then navigate to http://localhost:3000 for further instruction.