add AGENTS.md
This commit is contained in:
parent
f444bd792f
commit
cd9c7678ee
1 changed files with 10 additions and 0 deletions
10
AGENTS.md
Normal file
10
AGENTS.md
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
# secajs
|
||||||
|
|
||||||
|
## Architecture
|
||||||
|
|
||||||
|
This repository contains a webapp. It covers the full stack which consists of:
|
||||||
|
- The client side code, in `src/front/`.
|
||||||
|
- The backend service in `src/`, except for `src/front/`.
|
||||||
|
- A Postgres database. Database connections and migrations are in `src/database/`.
|
||||||
|
- Besides, there is an admin CLI, with entrypoint in `src/cli.js` and commands in `src/commands/`.
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue