No description
| docs | ||
| src | ||
| tests | ||
| .gitignore | ||
| AGENTS.md | ||
| drizzle.config.js | ||
| drizzle.config.ts | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
Leistungsbilanz
TypeScript backend for electrical power-balance planning.
Setup
npm installnpm run db:generatenpm run db:migratenpm run dev
Commands
npm run dev: Start API servernpm run build: TypeScript buildnpm run test: Calculation testsnpm run db:generate: Generate migrationsnpm run db:migrate: Apply migrations
Current API
GET /healthGET /api/projectsPOST /api/projectsGET /api/consumers/projects/:projectIdPOST /api/consumers