Robotics 88 back-end server.
gdal.shis for managing the Geospatial Data Abstraction Library (GDAL) container./sqlincludes scripts for managing a Postgres Docker container, as well as seed data and migrations./jsis the heart of the app, a Node.js API./testis for integration tests
The API is split into two sections, services and entities.
/entities, RESTful CRUD operations on relational SQL data./userfor user data/flightfor flight data- etc...
/services/authentication, session management for both User and Drone API access/cortex, convenience functions for processing Geospatial data on the server/monitoring, health checks for websocket connections, the database and the server itself