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

golazon/iguazu

Repository files navigation

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