Skip to content

TheCorrespondingSquares/chess-app

Repository files navigation

Chess Application

Code Climate Issue Count Test Coverage Build Status standard-readme compliant

banner

Chess Application built by The Corresponding Squares Team

Table of Contents

Install

System Requirements

  • Ruby 2.3.1 recommended
  • Postgres 9.2+

Fork and bundle

  • Fork the project
  • Run bundle to install gems
bundle install

Database setup

Download and Install Postgres

  • Create the databases:
rails db:create
  • Run migrations to create tables:
rails db:migrate

Running Tests

To run the tests, use:

bundle exec rspec

Maintainers

Ilya Krasnov (Lead Engineer/Developer) - https://github.com/ilyakrasnov

Kirby James (Engineer/Developer) - https://github.com/kirbygit

Justin Munn (Engineer/Developer) - https://github.com/jwmunn

Nikhil Nadkarny (Engineer/Developer) - https://github.com/nnadkarny

Fisto Satianto (Engineer/Developer) - https://github.com/fistoriza

Miguel B. (Engineer/Developer) - https://github.com/Phatkid98

Contribute

note: If editing the README, please conform to the standard-readme specification.

License

Creative Commons License
chess-app by TheCorrespondingSquares is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.