Skip to content

Commit

Permalink
Add api arch diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSamhuns committed Sep 3, 2024
1 parent f33d297 commit e2dd1c3
Show file tree
Hide file tree
Showing 3 changed files with 378 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Backend with fastapi+uvicorn for log analysis with LLMs.

- [Log Analyzer](#log-analyzer)
- [API Architecture Setup](#api-architecture-setup)
- [Setup](#setup)
- [1. Create .env file](#1-create-env-file)
- [2. Create shared volumes directory](#2-create-shared-volumes-directory)
Expand All @@ -17,6 +18,10 @@ Backend with fastapi+uvicorn for log analysis with LLMs.
- [For Developers](#for-developers)
- [To change schema of tables](#to-change-schema-of-tables)

## API Architecture Setup

[<img src="app/static/images/log analyzer.drawio.png">](https://link-to-your-URL/)

## Setup

### 1. Create .env file
Expand Down
Loading

0 comments on commit e2dd1c3

Please sign in to comment.