A REST API that supports dispatch, registration and status checks of drones.
The API Reference sits on Postman here.
-
To run the api, do the following:
- Ensure you have Docker and Node.js installed.
- Run the command
npm run docker:build
to start the server.
-
The server should be available at
localhost:4000
.