Loading repository data…
Loading repository data…
DavidMANZI-093 / repository
Septicon Server is a TypeScript-based backend service that powers the Septicon inventory management system. It provides real-time inventory tracking and management capabilities for military vehicle platforms through a REST API and WebSocket connections.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Septicon Server is a TypeScript-based backend service that powers the Septicon inventory management system. It provides real-time inventory tracking and management capabilities for military vehicle platforms through a REST API and WebSocket connections.
/api/authenticate - User authentication/api/stores/platforms - Platform data management/api/stations - Station data retrieval/api/stores/inventory - Inventory management/api/stores/items - Item management/api/stores/add - Item addition/api/stores/supply - Supply operations/api/stores/replenish - Replenishment operations/api/stores/edit - Item editing/api/stores/delete - Item deletionThe application includes Docker support with a multi-stage build process:
FROM node:18-alpine
WORKDIR /srv
RUN apk add --no-cache python3 make g++ nano curl
This project is proprietary software. All rights reserved.