Software-Engineering-Project

Install

Install ruby using RVM, use ruby-2.5.1
Install Dependencies: bundle install
Create database: rails db:create
Run Migrations: rails db:migrate
Start: Rails s

With docker

docker-compose build
docker-compose up
docker-compose run app rake db:create
docker-compose run app rake db:migrate