mirror of
https://github.com/Rarebuffalo/securelens-backend.git
synced 2026-06-19 07:00:30 +00:00
updated the docs
This commit is contained in:
19
docs/README.md
Normal file
19
docs/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# docs/
|
||||
|
||||
This folder contains the technical documentation for the SecureLens backend.
|
||||
|
||||
## What's Here
|
||||
|
||||
| File | What It Explains |
|
||||
|---|---|
|
||||
| [ai-agent.md](./ai-agent.md) | How the AI agent works — the three-phase code scanning pipeline, the Gemini integration, the chat system, and the website scanner AI layer |
|
||||
| [architecture.md](./architecture.md) | How the full system is structured — all layers from the FastAPI app down to the database, and a step-by-step trace of a real request |
|
||||
| [api-reference.md](./api-reference.md) | Every API endpoint, its request/response shape, and error codes |
|
||||
|
||||
## Where to Start
|
||||
|
||||
If you want to understand **how the AI works** → [ai-agent.md](./ai-agent.md)
|
||||
|
||||
If you want to understand **how the system is structured** → [architecture.md](./architecture.md)
|
||||
|
||||
If you're looking for a **specific endpoint** → [api-reference.md](./api-reference.md)
|
||||
Reference in New Issue
Block a user