Install docker and docker-compose
- git clone git@github.com:codelittinc/rails-api-base-project.git
- inside the project folder run
sh bin/dev
You are now in the docker console
- run:
bundle install
- you will need to remove the test model:
rails d model test_model
- run:
rails db:create && rails db:migrate
- make sure to commit the removal of the test_model
- run rails s -b `hostname -i`