Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 861 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 861 Bytes

Virtual Dash

An web app to compete for cash prices easily and virtually with friends and have race organizers create completely virtual events that are hassle free.

1-part.mov
2-part.mov

Development of App

To start the application run the following docker command

# create DB & migrations (DB will be up'd with this command)
docker-compose -f ./docker/docker-compose.yml run --service-ports --rm web bundle exec rake db:create db:migrate
# run rails application (along with DB)
docker-compose -f ./docker/docker-compose.yml run --service-ports --rm web
# run workers
docker-compose -f ./docker/docker-compose.yml run --service-ports --rm worker