Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 676 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 676 Bytes

CI

Getting started

Setting up your environment

Install docker and docker-compose

Setting up the project

  1. git clone [email protected]: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`