Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 510 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 510 Bytes

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