The building blocks of our wildfire detection & monitoring API.
You can run the API containers using this command:
make run
You can now navigate to http://localhost:8080/docs
to interact with the API (or do it through HTTP requests) and explore the documentation.
In order to stop the service, run:
make stop
git clone https://github.com/pyronear/pyro-api.git && cd pyro-api
First copy the example environment setup
cp .env.example .env
docker compose pull
docker compose up
You can now access your backend API at http://localhost:5050/docs
This project is a REST-API, and you can interact with the service through HTTP requests. However, if you want to ease the integration into a Python project, take a look at our Python client.
Any sort of contribution is greatly appreciated!
You can find a short guide in CONTRIBUTING
to help grow this project!
Distributed under the Apache 2.0 License. See LICENSE
for more information.