mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-05 22:38:25 -04:00
57fddd2a9af496504a07d3f19ab695df8b34f330
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
Cliff Hill's Coding Project
AI Use
I used AI to stub out a couple of files:
- The backend/Dockerfile and frontend/Dockerfile - to speed up the process of getting docker loaded efficiently for the project.
- The compose.yml file - getting the different images gathered together quickly.
- The mermaid diagrams used in this file.
Diagrams
Docker Compose Components:
graph TD
A[Frontend] -->|HTTP/REST| B[Backend]
B -->|SQL| C[Postgres]
A -->|Docker Network| B
B -->|Docker Network| C
Description
Languages
Python
54.2%
TypeScript
39%
CSS
5.3%
JavaScript
1%
HTML
0.4%
Other
0.1%