/heroku-bmi-fastapi

Using FastAPI created simple function for calculation BMI and deployed to Heroku server

Primary LanguagePythonApache License 2.0Apache-2.0

Access Heroku API

https://bmi-omdena-webapp.herokuapp.com/bmi

Test

  • inputs: height(inches), weight(pounds)
  • outputs: BMI

Results

FastAPI Docs:

screenshot

Postman:

screenshot2