diegoclair / rvbr-hackathon-2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📝 Project

Minha Saúde app

Description

💳 This application aims to offer a new disruptive way to check our personal health.

Tech infos

Endpoints

Login into API

POST http://localhost:3001/user/login

Prescriptions Upload

POST http://localhost:3001/prescription/:user_uuid/upload

Get users exams

GET http://localhost:3001/user/:user-uuid/health-checks

Download PDF

GET http://localhost:3001/user/:user-uuid/health-checks/:uuid

❗ Requirements

To run this application you have to install (if you don't have already installed) the follow programs:


▶️ Start application

Permissions first:

  • For Unix enviroment, run the comand:
    chmod +x .docker/entrypoint.sh

  • For Windows enviroment, run the comand:
    dos2unix +x .docker/entrypoint.sh

💻 Start:

  • Now, in your terminal, you can run:
    docker-compose up



About


Languages

Language:Go 97.3%Language:Dockerfile 2.0%Language:Shell 0.7%