dmolinari f70ecaeeb5
Some checks failed
CI/CD Pipeline / backend-build (push) Successful in 2m9s
CI/CD Pipeline / frontend-build (push) Successful in 40s
CI/CD Pipeline / docker-build (push) Failing after 48s
Retry Ci Login
2026-04-04 18:29:00 -03:00
2026-04-04 18:29:00 -03:00
2026-04-03 20:35:27 -03:00

PruebaGentle

Proyecto de prueba con backend .NET y frontend React.

Tech Stack

  • Backend: .NET 10 + Dapper + SQL Server
  • Frontend: React 19 + Vite + Tailwind CSS
  • Database: SQL Server (Docker)
  • CI/CD: Gitea Actions

Desarrollo Local

Requisitos

  • .NET 10 SDK
  • Node.js 22+
  • Docker Desktop

Comandos

# Frontend
cd Frontend
npm install
npm run dev

# Backend
cd Backend
dotnet restore
dotnet run

# Docker (todo)
docker compose up -d

Pipeline

El pipeline de CI/CD corre en Gitea Actions y construye:

  1. Backend (.NET)
  2. Frontend (React + Vite)
  3. Imágenes Docker (push al registry de Gitea)
Description
No description provided
Readme 266 KiB
Languages
TypeScript 50.1%
C# 40.4%
TSQL 4.3%
Dockerfile 2.7%
JavaScript 1.6%
Other 0.9%