Final Project 2526-1 - Universidad Metropolitana
Web system for managing consulting projects of the Engineering Faculty Laboratories at UNIMET. Developed using the OpenUP methodology and MVC architecture.
Centralized platform that allows teachers, project leaders, and team members to efficiently plan, execute, and monitor projects.
Central view that provides a complete overview of all modules.
- Create and manage projects with defined roles
- Establish tasks and delivery deadlines
- Real-time progress control
- Kanban board with drag & drop
- Breakdown of projects into assignable tasks
- Status tracking (Pending, In Progress, Completed)
- Control of human and material resources
- Assignment of members to specific tasks
- Availability visualization
- Intuitive progress panels
- Advance charts and metrics
- Detailed project reports
| Area | | Technology |
|---------------------|----------------------------| | Frontend | Flutter | | Backend | Firebase (Firestore, Auth) | | Design | V0.app | | Version Control | Git & GitHub |
Clone repository git clone https://github.com/VictorDevCode21/project_manager.git
Navigate to directory cd project_manager
Install dependencies flutter pub get
Run the application flutter run
Optional execution If for any unknown reason the application cannot be executed with "flutter run", you can also try running the command "flutter run -d web-server" which will generate an http://localhost that you can enter in your preferred browser to run the program.