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.
- edit config/database.yml with the correct database, username and password
- edit config/local_env.yml
$ bundle install
$ rails db:migrate
$ rails server
http://localhost:3000
- Download docker and docker-compose and simply run
$ docker-compose up
- Demo at https://gamemooch.herokuapp.com/