Skip to content

Commit ec5077d

Browse files
committed
Added docs
1 parent 968514f commit ec5077d

3 files changed

Lines changed: 1361 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,15 @@ func azure functionapp publish <your-function-app-name>
420420
| `npm run db:push` | Push schema to database |
421421
| `npm run db:studio` | Open Prisma Studio |
422422

423+
## Documentation
424+
425+
Detailed documentation is available in the `/docs` folder:
426+
427+
| Document | Description |
428+
|----------|-------------|
429+
| [ARCHITECTURE.md](docs/ARCHITECTURE.md) | System architecture, tRPC, Zod validation, auth flow |
430+
| [API_REFERENCE.md](docs/API_REFERENCE.md) | Complete tRPC endpoint reference with examples |
431+
423432
## Related Projects
424433

425434
- [AuditSphere](https://github.com/your-org/auditsphere) - Main web application

0 commit comments

Comments
 (0)