Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 561 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 561 Bytes

test_task app


Create import any commits from Github.com

Launching


Requirements:
  • Ruby version >= 2.6.3

  • Rails version ~> 5.2.0

Commands

Clone the repository to your local machine.

Also install Postgres and Docker. Follow the official sites.

Command for install Gems from Gemfile:

$ bundle install

Use the command for create DB:

$ bundle exec rake db:create
$ bundle exec rake db:migrate

Start docker:

docker-compose up

Then open a localhost:3000 page in your browse