Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 478 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 478 Bytes

Health API

_Based on Python and FastAPI

Library used:

  • fastapi
  • python-jose
  • passlib
  • autopep8
  • fastapi-pagination

Features

  • Login, get all users, get user, update user...
  • Meal types, meal history...

Envinroment

cd /health-api
python3 -m venv ./env

Installation

pip3 install -r requirements.txt
cd /app
uvicorn main:app --reload
127.0.0.1:8000

License

Author [minhpn76]: https://github.com/minhpn76