Skip to content

caelra/runrun-shop

Repository files navigation

README

Getting started

To run this project run:

# build the app image
docker-compose build

# Setup the application
docker-compose run app rails db:setup
docker-compose run app bundle

docker-compose up app

Running tests

bundle exec rspec

Test users credentials

user:

email: user@mail.com
password: 123456

admin:

email: admin@mail.com
password: 123456

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published