Commit Graph

9 Commits

Author SHA1 Message Date
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
48686a741f refactor: remove old ecosystem configuration files and replace with JSON format 2025-06-09 18:02:55 -03:00
953483ee15 fix: update deployment scripts to use dynamic DEPLOY_PATH for backend and frontend 2025-06-09 16:44:25 -03:00
f3ab2eedc6 fix: update script path in PM2 configuration for portfolio backend 2025-06-09 14:39:50 -03:00
89322f6b9e feat: implement deployment workflow and configure PM2 for backend and frontend applications 2025-06-09 13:13:37 -03:00
6316a59170 fix: correct script section formatting in package.json 2025-06-09 12:10:37 -03:00
06b3e09051 feat: replace GNU GPL with MIT License and update README for full-stack project details 2025-06-09 12:09:31 -03:00
e0161c0c99 feat: enhance contact form with toast notifications and error handling 2025-06-09 11:25:28 -03:00
a16374afd0 feat: initialize frontend with Next.js, Tailwind CSS, and internationalization support
- Added package.json for project dependencies and scripts
- Configured PostCSS with Tailwind CSS
- Created global styles and theme context for dark mode support
- Implemented layout and routing for internationalization using next-intl
- Developed main components: Header, Footer, Hero, About, Skills, Projects, Contact
- Added language switcher and contact form with validation
- Created project card component to display project details
- Set up localization files for English and Portuguese
- Configured Tailwind CSS for styling and responsive design
- Added favicon and logo assets
2025-06-09 09:26:30 -03:00