Create import any commits from Github.com
-
Ruby version >= 2.6.3
-
Rails version ~> 5.2.0
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