Skip to content

Create communities to advertise, collect and swap digital items

Notifications You must be signed in to change notification settings

grantspeelman/online_trader

Repository files navigation

Online Trader

Maintainability

Build Status

Build online trading communities

Running on heroku: https://collect-and-swap.herokuapp.com/

Development setup using Docker

setup code analysis

  BUNDLE_GEMFILE=Gemtools bundle install # not recommended to be added to Gemfile
  overcommit --install && overcommit --sign && overcommit --sign pre-commit

install docker. Install Docker for Mac

docker-compose build
docker-compose run --rm app bin/setup
docker-compose up # server on http://localhost:9292

Running tests

docker-compose run --rm app bin/rake

# or start a bash console inside docker and run commands
docker-compose run --rm app bash
bin/rake

Running cypress

npm install

docker-compose up -d
node_modules/.bin/cypress open -P spec

Licence

Licensed under the MIT License.

About

Create communities to advertise, collect and swap digital items

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published