Skip to content

Conversation

@EliasJHL
Copy link
Owner

@EliasJHL EliasJHL commented Nov 28, 2025

This pull request introduces a complete refont of backend and foundational setup and documentation improvements for the backend of the TaskFlow platform. The most important changes include adding a comprehensive backend README, introducing code formatting standards, updating .gitignore for best practices, and removing unused configuration and Docker files.

Backend teck stack:

Switched from Fastify to NestJS powered by Fastify to add abstraction into the API

Documentation and Project Setup:

  • Added a detailed backend/README.md describing the architecture, tech stack, setup instructions, and project structure for the TaskFlow API.

Code Formatting and Configuration:

  • Added .prettierrc files to both the root and backend directories to enforce consistent code formatting standards across the project. [1] [2]

Repository Hygiene:

  • Updated backend/.gitignore to exclude build output, logs, IDE configs, environment files, and other common artifacts, improving repository cleanliness.

Configuration Cleanup:

  • Removed the unused backend/.env.template file, likely in favor of direct .env setup instructions in the README.

Docker and Build System:

  • Removed the backend/Dockerfile, indicating a shift away from the previous Node.js Docker setup or a transition to a new deployment strategy.

@vercel
Copy link
Contributor

vercel bot commented Nov 28, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
task-flow Ready Ready Preview Comment Nov 28, 2025 7:24pm

@EliasJHL EliasJHL merged commit d2df05b into main Nov 28, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants