imskr / boggle-api

Boggle Game API using Ruby on Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Boggle Game API !


GitHub release (latest by date including pre-releases) Github Issues


Local Setup

Make Sure the docker and docker-compose is installed on your local Machine. Click Here to know that how to install Docker.

  • Docker:

    $ git clone https://github.com/imskr/boggle-api.git
    $ cd boggle-api
    $ docker-compose up
    # on new terminal run (required only first time setup)
    $ docker-compose run web rake db:create db:migrate
    • The server is up and running at http://localhost:3000

About

Boggle Game API using Ruby on Rails

License:MIT License


Languages

Language:Ruby 98.6%Language:HTML 0.7%Language:Dockerfile 0.5%Language:Procfile 0.2%Language:Shell 0.1%