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
|
||||
```
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Languard Server Manager — System Architecture
|
||||
# Languard Servers Manager — System Architecture
|
||||
|
||||
## Overview
|
||||
|
||||
@@ -216,7 +216,7 @@ LANGUARD_LOG_RETENTION_DAYS=7
|
||||
## Directory Layout
|
||||
|
||||
```
|
||||
languard-server-manager/
|
||||
languard-servers-manager/
|
||||
├── backend/
|
||||
│ ├── main.py # FastAPI app factory
|
||||
│ ├── config.py # Settings from env
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Languard Server Manager — Database Design
|
||||
# Languard Servers Manager — Database Design
|
||||
|
||||
## Engine
|
||||
- **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
|
||||
|
||||
@@ -402,7 +402,7 @@ Verify React app can:
|
||||
```bash
|
||||
# 1. Clone repo
|
||||
git clone <repo>
|
||||
cd languard-server-manager
|
||||
cd languard-servers-manager
|
||||
|
||||
# 2. Backend
|
||||
cd backend
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Languard Server Manager — Python Module Breakdown
|
||||
# Languard Servers Manager — Python Module Breakdown
|
||||
|
||||
## Project Structure
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Languard Server Manager — Threading & Concurrency Design
|
||||
# Languard Servers Manager — Threading & Concurrency Design
|
||||
|
||||
## Overview
|
||||
|
||||
|
||||
Reference in New Issue
Block a user