/api_base

Primary LanguageRuby

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

To run...

  1. Install Docker CLI
  2. docker-compose build
  3. docker-compose up
  4. docker-compose run app rake db:create
  5. docker-compose run app rake db:migrate