ArquiTrack — Construction Project Management System
Role: Fullstack Engineer · 2025

Overview
ArquiTrack is a full stack web application designed for architects and construction teams who need to organize construction projects, tasks, visits, files and collaborators in a single system. It was developed as a final career project for the Professional Practice course in the University Programming Technician degree (UTN). The goal was to build a tool that centralizes the operational management of construction projects, improving traceability, collaboration and task tracking in technical teams.
Problem
In many architecture firms and construction projects: information is managed across multiple dispersed tools; there is no clear tracking of tasks, technical visits and documentation; collaboration between professionals lacks traceability; file upload and organization is disorganized. This leads to information loss, communication errors and low visibility of actual construction progress.
Solution
I developed a web platform that allows creating and managing construction projects; creating, editing and assigning tasks; recording technical visits; uploading and organizing files; inviting collaborators to projects; centralizing all construction cycle information in a single system.
Process
- 1Requirements analysis and data modeling
- 2REST backend development with Express + PostgreSQL
- 3Frontend development with Angular + Material Design
- 4File upload and invitations implementation
- 5Presentation and approval as UTN Final Project
Results
Project approved in the Professional Practice course. Fully functional system. Academic validation of complete full stack architecture. Solid base for future products in the construction vertical.
My Role
I was responsible for the project end-to-end: functional analysis and domain modeling; database design; REST backend development; complete frontend development; authentication integration; file upload and collaboration implementation; academic presentation and project defense.
Technical Architecture
Frontend: Angular · Angular Material Backend: Node.js · Express · PostgreSQL Services: Firebase (auth / storage)
Major Challenge
Domain modeling for construction projects: I designed a data model capable of representing projects, tasks, technical visits, files, collaborators and permissions, seeking to maintain consistency and scalability in a complex domain. Multi-user collaboration: I implemented invitation flows, permissions and shared access to projects, enabling real collaborative work within the system.
Key Learnings
- Design of complex CRUD systems
- Modeling of real domains
- Complete full stack architecture
- File and permission management
- Product development from requirement to delivery