/Sensor-API

An API to retrieve Sensor data which is appropriately grouped with FastAPI

Primary LanguagePython

SensorAPI

An API to retrieve Sensor data which is appropriately grouped with FastAPI

  • Install all the required libraries, run the programme and test API with HTTP Client like Postman/Insomnia (http://127.0.0.1:8000)
  • Documentation can be accessed through http://127.0.0.1:8000/docs once programme runs
  • API endpoints tested in test_main.http
  • Unit tests in test_main.py