Skip to content

jusroberts/pingpong-web-server

Repository files navigation

Build Status Code Climate

Quickstart for developing on this repo

Getting your environment set up

  1. Ensure that you have the following installed:
  • Ruby 2.6.x
  • The bundler gem
  • Postgresql (as it's necessary for the pg gem used by this project)
  1. Run bundle install
  2. Run ./bin/rake db:setup

Running the app

./bin/rails server does the trick, as this is a Rails app.