Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 424 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 424 Bytes

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:

[email protected]/12345678

[email protected]/12345678

test by yed