Skip to content

Submission for Reaktor 2023 Developer Trainee pre-assignment

Notifications You must be signed in to change notification settings

JuanitoSebastian/birdie-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Birdie

This is my solution for the Reaktor 2023 Developer Trainee pre-assignment. It's a simple web app that shows the user a list of drone pilots who have violated a no-drone zone (NDZ) during the last 10 minutes. The application is a Typescript React + Express web app.

🏗️ Architecture

Screenshot of Birdie

Fly.io deployment

The app is running here! Please note that it might take a few moments for pilots to appear if the app has been inactive for a while. This is because the list of pilots is not stored permanently.

Running locally

The app can be run locally using docker. Make sure you have docker and docker-compose installed and clone the repository. Then run the following command in the root of the project:

docker-compose up

The app can be viewed at http://localhost:8080/.

About

Submission for Reaktor 2023 Developer Trainee pre-assignment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published