aaqc / backend

Server backend for the AAQC drones.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Server backend for the AAQC drones.

License:GNU General Public License v2.0


Languages

Language:Python 99.0%Language:Dockerfile 0.9%Language:Shell 0.0%