Skip to content

aaqc/backend

Repository files navigation

AAQC Backend

Server backend for the drones.

Building & Running

Build the container with: $ docker-compose build
Start the container with: $ docker-compose up

Forward the database from remote host using SSH:

ssh -NL 0.0.0.0:3306:0.0.0.0:3306 $SERVER_HOST

How to install and use with VSCode

GIF Tutorial on how to do it

Start devserver in container in debug mode:

/start-reload.sh