4 Commits

Author SHA1 Message Date
d8feffe9f4 fix: add BackendPort configuration to support dynamic backend port setting
Some checks failed
Build and Deploy to Production / deploy (push) Has been cancelled
2025-10-30 00:11:07 -03:00
f37142903a fix: configure backend port and simplify application arguments in ecosystem config 2025-10-29 23:38:50 -03:00
94703a9e02 feat: add packages.lock.json for dependency management 2025-10-29 19:49:26 -03:00
40fd792be1 feat(backend): Replace Node.js API with .NET 8
This commit completes the migration of the backend service from a Node.js/Express application to an ASP.NET Core 8 Minimal API.

- Re-implemented all API endpoints in C# for improved performance and type safety.
- Updated the Gitea Actions workflow to use the `setup-dotnet` action, `dotnet publish` for building, and now caches NuGet packages.
- Modified the deployment to create an `appsettings.Production.json` file from Gitea secrets instead of a `.env` file.
- Updated the PM2 ecosystem configuration to run the application using the `dotnet` interpreter.
2025-10-29 19:14:20 -03:00