Quickstart (Install)
Local Installation of the UAV Manager
Quick Start
Prerequisites
Ensure you have the following installed:
Docker & Docker Compose (recommended deployment method)
Node.js & npm (for local frontend development)
Python 3.13.1 & pip (for local backend development)
PostgreSQL (used in production and local development)
🚀 Recommended: Installation with Docker
Clone the Repository
git clone https://github.com/CarviFPV/UAV_Manager.git
cd UAV_ManagerBuild and Start the Docker Containers
docker compose build
docker compose up -dOpen the Frontend
Visit http://localhost:5175 in your browser.
Note: If running on a different host or in a network, update the
VITE_API_URLenvironment variable in.envaccordingly.
🧪 Manual Installation (Development)
Backend Setup (Django)
Frontend Setup (React)
Set the API URL environment variable:
Start the development server:
Visit http://localhost:5173
Last updated