Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 869 Bytes

README.md

File metadata and controls

52 lines (36 loc) · 869 Bytes

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