CI

Getting started

Setting up your environment

Install docker and docker-compose

Setting up the project

  1. git clone git@github.com:codelittinc/rails-api-base-project.git
  2. inside the project folder run sh bin/dev

You are now in the docker console

  1. run: bundle install
  2. you will need to remove the test model: rails d model test_model
  3. run: rails db:create && rails db:migrate
  4. make sure to commit the removal of the test_model
  5. run rails s -b `hostname -i`