ThiagoBmg / fastapi-health

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Health Api

Api que simula um sistema de agendamentos da área da saúde

Instalação

Crie um ambiente virtual e atualize o pip para a versão mais recente

pip install -upgrade 

Instale as bibliotecas

pip install -r requirements.txt

Run

make

ou

uvicorn main:app

Swagger

Acesse a documentação através do endereço

http://127.0.0.1:8000/docs

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About


Languages

Language:Python 98.1%Language:Shell 0.9%Language:Procfile 0.7%Language:Makefile 0.4%