https://github.com/lefterisstam/flights-api
This app shows live flights over Greece using a map. All data are from OpenSky Network API.
https://github.com/lefterisstam/flights-api
django docker postgresql rest-api
Last synced: 2 months ago
JSON representation
This app shows live flights over Greece using a map. All data are from OpenSky Network API.
- Host: GitHub
- URL: https://github.com/lefterisstam/flights-api
- Owner: Lefterisstam
- Created: 2025-06-01T17:08:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-01T17:25:42.000Z (about 1 year ago)
- Last Synced: 2025-06-03T07:48:35.823Z (about 1 year ago)
- Topics: django, docker, postgresql, rest-api
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Live Flights Tracker (Django + Docker + PostgreSQL)
This app shows live flights over Greece using a map. All data are from [OpenSky Network API](https://opensky-network.org).
# Technologies
- Python 3.12
- Django 5.2
- PostgreSQL 15
- Leaflet.js
- Docker & Docker Compose
- REST API (using Django REST Framework)
---
# Setup
1) Clone repository
In terminal
git clone https://github.com/Lefterisstam/flights-api.git
cd flights-api
2) Create a .env file
Put your own credentials
3) For Docker Compose
In terminal
docker compose up --build