first commit

This commit is contained in:
2024-05-16 16:05:41 +02:00
commit adf8283ae0
197 changed files with 26666 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
## Backend
# Dev
npm run dev
http://localhost:3000
# Prod
npm run start
## Frontend
# Dev
ng serve
http://localhost:4200
## Docker Database Dev
```bash
docker-compose -f docker-compose-dev.yml build
docker-compose -f docker-compose-dev.yml up
```