Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 850 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 850 Bytes

Niceretro

A friendly application to manage agile retrospectives easily. With Niceretro, your team can share Positive and Negative points lived on last sprint, as point any team's doubts.

Requisites

  • Ruby 2.3
  • PostgreSQL 16

Installation

  • apt install bundler || apt install bundler -v 2.0.2
  • bundle install || bundle 2.0.2 install
  • rake db:create
  • rake db:migrate
  • rake db:seed

Environment variables

Database

  • DB_HOST - database host
  • DB_USER - database user name
  • DB_PASSWORD - database password
  • DB_DATABASE - database name

System access

  • NICE_USER - system user name
  • NICE_PASSWORD - system user password

Terraform

Terraform code available at infra/ ( aws-cli required )

LICENSE

This project is available as open source under the terms of the MIT License