Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 300 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 300 Bytes

README

Installation

The app requires at least Ruby 3.0.3, consider using RVM.

  1. Clone the repository.
  2. Run bundle install.
  3. Setup the database running rails db:create. You will need PostgreSQL installed on your machine.
  4. Prepare the environment variables cp .env.example .env