docs(claude): update repository overview to include all subprojects and their details
parent
bcf6830814
commit
94c2469f56
13
CLAUDE.md
13
CLAUDE.md
|
|
@ -4,9 +4,16 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
|
||||||
|
|
||||||
## Repository Overview
|
## Repository Overview
|
||||||
|
|
||||||
This is a monorepo containing two main applications:
|
This is a monorepo composed of four subprojects, each maintained as its own git repository under `gitea.iconsz.com/iCON/`:
|
||||||
- **AML_Backend**: ASP.NET Core backend using ABP (ASP.NET Boilerplate) framework
|
|
||||||
- **AML_Frontend**: Angular 11 frontend using ABP Angular framework
|
| Subproject | Tech stack | Repository |
|
||||||
|
|------------|-----------|------------|
|
||||||
|
| **AML_Backend** | ASP.NET Core backend using the ABP (ASP.NET Boilerplate) framework | `https://gitea.iconsz.com/iCON/AML_Backend.git` |
|
||||||
|
| **AML_Frontend** | Angular 11 frontend using the ABP Angular framework | `https://gitea.iconsz.com/iCON/AML_Frontend.git` |
|
||||||
|
| **justsolutionsWeb** | Angular 16 web app (`justsolutions-web` v1.2.0, Angular CLI 16.2.14) | `https://gitea.iconsz.com/iCON/justsolutionsWeb.git` |
|
||||||
|
| **justsolutionsWebV2** | Node.js + Express hosted static site (`justsolutions-web` v2.0.0); supports one-click API switching across `test`/`dev`/`stag`/`prod` (default `test` uses a local mock) | `https://gitea.iconsz.com/iCON/justsolutionsWebV2.git` |
|
||||||
|
|
||||||
|
The sections below focus on the two primary applications, **AML_Backend** and **AML_Frontend**.
|
||||||
|
|
||||||
## Build Commands
|
## Build Commands
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue