hervit0 / codenames

Ambiance game - training project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CODENAMES

Purpose

WIP

Installation

Dependencies
Ruby version 2.3.0
Gem manager bundler
DB postgres

For the installation, run:

gem install bundler
bundle install
rake db:create db:migrate db:seed
rake words:load

Running

Start local server

rails server

Run test suite

rspec

Troubleshootings

Installation under Linux

Run the following commands if necessary:

- sudo apt-get install nodejs
- sudo apt-get install libpq-dev

Postgres issue

Run the following commands if necessary:

- sudo apt-get install postgresql
- sudo -u postgres -i
  - psql
  - createuser User
  - ALTER USER User CREATEDB;

About

Ambiance game - training project


Languages

Language:Ruby 83.3%Language:HTML 9.7%Language:JavaScript 4.3%Language:CSS 2.7%