add project

This commit is contained in:
ZOMBIIIIIII
2026-04-08 14:11:27 +03:00
parent bfa95223a0
commit a81e29807c
115 changed files with 18413 additions and 0 deletions

14
docker-start.bat Normal file
View File

@@ -0,0 +1,14 @@
@echo off
echo ========================================
echo CryptoWallet - Docker Full Stack
echo ========================================
echo.
docker compose up --build
echo.
echo Services:
echo Web: http://localhost:3000
echo API: http://localhost:3001
echo Vault: http://localhost:8200
echo.