Skip to content

Simple Tic-Tac-Toe Backend with Ruby on Rails. Also comes with User DB

Notifications You must be signed in to change notification settings

serhangursoy/game-ruby-backend

Repository files navigation

Tic Tac Toe Backend with Ruby on Rails

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/serhangursoy/game-ruby-backend.git
  • cd game-ruby-backend
  • bundle install

Running / Development

Just serve it with

  • Create a database at first. It's preset as tictacruby , but feel free to change it at config/database.yml
  • rails db:migrate
  • rails s

Frontend