Skip to content

BKDruby/skills_app

Repository files navigation

To start the application, enter the following commands in the terminal in the application directory:

Run application:

docker-compose build && docker-compose up

Create database:

docker-compose run web rake db:create && rake db:migrate && rake db:seed

After that, the test data application will be available at localhost:3000

Test accounts:

admin@test.com/12345678

client@test.com/12345678

test by yed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages