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.
- Python 3.9.10
- Kivy, KivyMD
- Google Firebase
pip install -r requirements.txt
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
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.
- Python 3.9.10
- Kivy, KivyMD
- Google Firebase
pip install -r requirements.txt
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