mlabssoftware / niceretro

A agile retrospective Rails web app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A agile retrospective Rails web app.

License:MIT License


Languages

Language:Ruby 51.3%Language:HTML 19.4%Language:JavaScript 18.1%Language:HCL 9.8%Language:CSS 0.5%Language:Sass 0.5%Language:Dockerfile 0.3%Language:Shell 0.1%