Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 328 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 328 Bytes

README

Built with

Getting started

  • Configuration: cp .env.example .env
  • Database: docker-compose up -d && bin/rails db:setup

TODO: create bin/setup file

Development

  • docker-compose up -d
  • bin/rails db:migrate

Deployment

TO DO