Skip to content

Backend for the Reaktor's 2023 summer job pre-assignment

Notifications You must be signed in to change notification settings

iritmaximus/reaktor-backend

Repository files navigation

Reaktor-backend

API

Tests if the backend works and returns a short string.

Fetches reaktor pre-assignment api to get a list of drones and calculate which of the drones are crossing a "no-fly" zone. The reaktor api updates every 2 seconds, but for sake of money this automatically updates every 5s in the background, but instantly fetches if the url is requested.

Install dependencies

yarn install

Run in dev mode

yarn run dev

Run in "production"

yarn run start

Deployment

Deployed at https://reaktor-backend.fly.dev/

About

Backend for the Reaktor's 2023 summer job pre-assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published