Web system for controlling swarm drones and monitoring their status.
- Clone the repo
git clone https://github.com/LAMPSpace/swarm-drones-web-system.git
- WSL2: Get host IP address
ip addr show eth0 | grep -oP '(?<=inet\s)\d+(\.\d+){3}'
- WSL2: Add host IP address to Windows hosts file
Example: 172.23.221.7 drones.svute.test 172.23.221.7 api-drones.svute.test
- Copy .env.example to .env
cp api/.env.example api/.env cp frontend/.env.example frontend/.env cp nginx/nginx.conf.example nginx/nginx.conf
- Run docker-compose
docker-compose up -d