feat: AR-ProjectManagement initial commit — JavaScript (Node.js / React) Express + Prisma (backend) / React + Axios (frontend)

This commit is contained in:
2026-07-03 12:16:44 -04:00
commit 0c1a9a802c
100 changed files with 56764 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
@echo off
title AR Project Management - Dev Server
echo.
echo ╔═══════════════════════════════════════════╗
echo ║ AR Electronics - Project Management ║
echo ║ Iniciando servidor en localhost:3020 ║
echo ╚═══════════════════════════════════════════╝
echo.
cd /d "%~dp0frontend"
set PORT=3020
set BROWSER=none
echo Compilando... por favor espera.
echo.
npx react-scripts start
pause