Compare commits
2 Commits
473f585391
...
2c72e45b5f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2c72e45b5f | ||
|
|
a60b94c20c |
2
API.md
2
API.md
@@ -1,4 +1,4 @@
|
|||||||
# Languard Server Manager — API Contract
|
# Languard Servers Manager — API Contract
|
||||||
|
|
||||||
## Base URL
|
## Base URL
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Languard Server Manager — System Architecture
|
# Languard Servers Manager — System Architecture
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
@@ -216,7 +216,7 @@ LANGUARD_LOG_RETENTION_DAYS=7
|
|||||||
## Directory Layout
|
## Directory Layout
|
||||||
|
|
||||||
```
|
```
|
||||||
languard-server-manager/
|
languard-servers-manager/
|
||||||
├── backend/
|
├── backend/
|
||||||
│ ├── main.py # FastAPI app factory
|
│ ├── main.py # FastAPI app factory
|
||||||
│ ├── config.py # Settings from env
|
│ ├── config.py # Settings from env
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Languard Server Manager — Database Design
|
# Languard Servers Manager — Database Design
|
||||||
|
|
||||||
## Engine
|
## Engine
|
||||||
- **SQLite** via `SQLAlchemy Core` (sync for all access — routes and threads)
|
- **SQLite** via `SQLAlchemy Core` (sync for all access — routes and threads)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Languard Server Manager — Implementation Plan
|
# Languard Servers Manager — Implementation Plan
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
@@ -402,7 +402,7 @@ Verify React app can:
|
|||||||
```bash
|
```bash
|
||||||
# 1. Clone repo
|
# 1. Clone repo
|
||||||
git clone <repo>
|
git clone <repo>
|
||||||
cd languard-server-manager
|
cd languard-servers-manager
|
||||||
|
|
||||||
# 2. Backend
|
# 2. Backend
|
||||||
cd backend
|
cd backend
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Languard Server Manager — Python Module Breakdown
|
# Languard Servers Manager — Python Module Breakdown
|
||||||
|
|
||||||
## Project Structure
|
## Project Structure
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Languard Server Manager — Threading & Concurrency Design
|
# Languard Servers Manager — Threading & Concurrency Design
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user