portalsuperacao / superacao-core

Aplicação core de gestão do programa "Anjos do Superação"

Home Page:http://www.portalsuperacao.org.br

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Superação Core

This application handles the core elements of the methodology created by the Portal Superação, which provides psychological support to cancer patients during their cancer treatment.

It handles the matching, management of overcomer (patient) with his/her angel (supporter) and support tickets to scale the platform in a self-managed way.

Documentation

This project is using swagger for API documentation. The API uses json-api standards, but the entities defined in the swagger does not reflect the json-api structure.

To access documentation, accesse swagger-ui at http://localhost:4444 and load the swagger schema file at http://localhost:3000/swagger

Environments

Dev

Init

Run ./init_dev.sh to initialize the environment before building the docker images.

Google Cloud Platform

Service: Storage

It's been used to upload images and make it available to the Firebase mobile app client. The same bucket is shared by Firebase and Google Cloud.

Create your account and place the keys in commons.env file. ( copy and rename template at commons.sample.env)

Docker

$ docker-compose build
$ docker-compose up -d
$ docker exec -it <container-id> bash # to get container bash

Rails init

$ docker exec -it <app-container-id> bash
$ rake db:migrate
$ rake db:seed

Issues

Workaround for running guard:

bundle_path=$(which bundle)
sed -i -e "s/activate_bin_path/bin_path/g" $bundle_path

Team members

  • FIAP University for supporting the development of mobile app
  • Gabriela Besser - Founder, product design, UI/UX
  • Michel Bottan - @abmxer

Thanks to all contributors

License

GNU GPL v3.0

About

Aplicação core de gestão do programa "Anjos do Superação"

http://www.portalsuperacao.org.br

License:GNU General Public License v3.0


Languages

Language:CSS 49.0%Language:Ruby 32.9%Language:HTML 13.7%Language:JavaScript 4.4%Language:Shell 0.0%