initial commit
Deploy to Dev Server / deploy (push) Has been cancelled

This commit is contained in:
2026-03-26 16:10:45 +01:00
commit ae33874ae0
406 changed files with 72867 additions and 0 deletions
+60
View File
@@ -0,0 +1,60 @@
```
██╗ ██████╗ ██╗████████╗
██║ ██╔══██╗ ██║╚══██╔══╝
██║ ██████╔╝ ██║ ██║
██║ ██╔══██╗ ██║ ██║
███████╗██████╔╝ ██║ ██║
╚══════╝╚═════╝ ╚═╝ ╚═╝
```
<div align="center">
# Leonards & Brandenburger IT
**Angular • NestJS • PostgreSQL**
</div>
---
## 🛠️ Development
```bash
npm install
docker compose -f docker-compose.dev.yml up -d
npm run dev
```
| Service | URL |
|----------|---------------------------|
| 🎨 Frontend | http://localhost:4200 |
| ⚡ Backend | http://localhost:3000 |
---
## 🚀 Production
```bash
docker compose up -d --build
```
| Service | URL |
|----------|---------------------------|
| 🎨 Frontend | http://localhost |
| ⚡ Backend | http://localhost:3000 |
---
## 🛑 Stop
```bash
docker compose down
```
---
<div align="center">
Made with ☕ in Westerwald
</div>