An open API service indexing awesome lists of open source software.

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.

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