chore: update docs
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
| `README.md` | Backend quickstart and commands | Getting started with backend development |
|
||||
| `package.json` | Dependencies and npm scripts | Adding dependencies, understanding build |
|
||||
| `tsconfig.json` | TypeScript configuration | Compiler settings, path aliases |
|
||||
| `jest.config.ts` | Jest test configuration | Test setup, coverage settings |
|
||||
| `eslint.config.js` | ESLint configuration | Linting rules, code style |
|
||||
| `jest.config.js` | Jest test configuration | Test setup, coverage settings |
|
||||
| `Dockerfile` | Container build definition | Docker builds, deployment |
|
||||
|
||||
## Subdirectories
|
||||
@@ -15,4 +16,4 @@
|
||||
| Directory | What | When to read |
|
||||
| --------- | ---- | ------------ |
|
||||
| `src/` | Application source code | Any backend development |
|
||||
| `scripts/` | Utility scripts | Database scripts, automation |
|
||||
| `scripts/` | Utility scripts (docker-entrypoint) | Container startup, automation |
|
||||
|
||||
Reference in New Issue
Block a user