The setup assumes you have npm, ruby and rails gem installed
To run the server locally, fork and clone the code and run the following commands;
bundle install
rails db:migrate db:seed
rails s
This will set up the server, with some random seed data.
Default cred: -u Mike -p 240322
npm install --prefix client
npm start --prefix client
This will set up the client side.








