Proyecto reporte semanal is a reporting tool for small teams to gather information about weekly gatherings and their outcome.
Each group submits their outcomes to the group lead in order to process each and every report each week for the organization to act upon the results. each group's lead downloads the report in .xml format and submits then to the organization monthly.
You will need the following installed:
- Ruby > 2.6.5
- Clone this repo
- cd into the folder created
- run
bundle install
- run migrations with
rake db:migrate
- run seeds with
rake db:seed
- run the puma server with
rails s