Skip to content

ppanagiotis/gamemooch

Repository files navigation

GameMooch

GameMooch is a Rails project to exchange games between gamers.


To run the application localy you have to install rails, bundler and setup one mysql database.

Configure database

  • edit config/database.yml with the correct database, username and password

Configure local env file

  • edit config/local_env.yml

Install dependencies

$ bundle install

Run migrations

$ rails db:migrate

Start the app

$ rails server

The application will run on:

http://localhost:3000

Docker

$ docker-compose up

Demo