Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/isabellasampaio/healthsphere

App created to suply employees of a health corporation / hospital / health center
https://github.com/isabellasampaio/healthsphere

collaborate firebase kivy kivymd mobile-app python

Last synced: 4 months ago
JSON representation

App created to suply employees of a health corporation / hospital / health center

Awesome Lists containing this project

README

        

## *PT-BR*

# ***Sistema de gerenciamento para posto de saúde***
## App criado com o objetivo de atender a funcionários de um posto de saúde / sistema de saúde






### Descrição:
Criado com o simples objetivo de atender a funcionários de um posto de saúde / sistema de saúde em geral. Faz um CRUD de dados tais como, dados de pacientes, remédios (estoque de medicamentos), consultas e mais. Aplicação foi desenvolvida durante o 3 semestre do curso de BSI do Instituto Federal do Espiríto Santo, mais especificamente na matéria Laboratório de Sistemas de Informação.

### Clique aqui para assitir ao vídeo de demonstração

### Ferramentas utilizadas:
- Python 3.9.10
- Kivy, KivyMD
- Google Firebase

### Para testar a aplicação:

~~~
pip install -r requirements.txt
~~~

### Recomendações:

Recomenda-se, para o melhor teste deste aplicativo, que seja utilizado uma virtualenv, pyenv.

~~~
pip install pyenv
~~~

Depois de Instalar o pyenv, instale (preferencialmente) o python em sua versão 3.9, já que nos testes foi a versão que melhor se comportou e apresentou menos bugs

~~~
pyenv 3.9.10
pyenv shell 3.9.10
~~~

## *EN*

# ***Healthcare management system***
## App created to suply employees of a health corporation / hospital / health center

### Description:
Created to suply employees of a a health corporation / hospital / health center or a healthcare system in general. It creates a CRUD of data such as, pacients data, medications data (stock of medications), appoinments and more. This app was developed throughout the third semester of IS (Information Systems), at Instituto Federal do Espiríto Santo, more specificly in the Information Systems Laboratory course.

### Click here to watch the demonstration video

### Tools used to create the app:
- Python 3.9.10
- Kivy, KivyMD
- Google Firebase

### To test this app:

~~~
pip install -r requirements.txt
~~~

### Recommendations:

It is recommended, to the better use of this aplication, that a virtualenv with pyenv is used.

~~~
pip install pyenv
~~~

After installing pyenv, you now need to install a version of python. The recommendation here is python 3.9.X (X being any version of python 3.9) as it's been proven to be the best one to use when running this aplication

~~~
pyenv 3.9.10
pyenv shell 3.9.10
~~~