updated and runned and tested

This commit is contained in:
2025-07-25 09:57:16 +03:00
parent 5a47a06c0e
commit 8ca2d34dc6
35 changed files with 12456 additions and 2 deletions

View File

@@ -1,3 +1,27 @@
# production-evyos-systems-and-services-4
# Backend
production-evyos-systems-and-services-4
```bash
docker compose up --build
```
```bash
docker compose -f docker-compose.dev.yml up --build
```
```bash
docker compose down
```
```bash
docker compose -f docker-compose.dev.yml down
```
NEST start:
root : sudo npm i -g @nestjs/cli
cd backend && npm install --save-dev @types/node
docker volume rm production-evyos-systems-and-services-4_node_modules
docker builder prune --all
npm install @prisma/client
npm install -D prisma