Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanitosebastian/birdie-app
Submission for Reaktor 2023 Developer Trainee pre-assignment
https://github.com/juanitosebastian/birdie-app
full-stack full-stack-project typescript
Last synced: about 1 month ago
JSON representation
Submission for Reaktor 2023 Developer Trainee pre-assignment
- Host: GitHub
- URL: https://github.com/juanitosebastian/birdie-app
- Owner: JuanitoSebastian
- Created: 2023-01-14T13:18:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T10:56:56.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T21:38:31.376Z (almost 2 years ago)
- Topics: full-stack, full-stack-project, typescript
- Language: TypeScript
- Homepage:
- Size: 1.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Birdie
This is my solution for the [Reaktor 2023 Developer Trainee pre-assignment](https://assignments.reaktor.com/birdnest/). 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](https://github.com/JuanitoSebastian/birdie-app/blob/main/docs/architecture.md)
![Screenshot of Birdie](https://raw.githubusercontent.com/JuanitoSebastian/birdie-app/main/docs/birdie_screen.jpg)
## Fly.io deployment
The app is running [here](https://muddy-shadow-6458.fly.dev)! 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/`.