Welcome to the UTMS Project!
This repository contains the source code and documentation for the Undergraduate Transfer Management System, designed to automate and streamline the student transfer process at IZTECH.
To get up and running immediately:
# Start the entire system (Backend + Frontend + Database)
bash scripts/start-utms.shFor more detailed setup instructions, see the Developer Quick Start Guide.
The documentation is organized as follows:
- User Manual: Detailed guide on how to use the system (Student, OIDB, YGK, Dean, Admin).
- Distribution Guide: Instructions for installing the pre-packaged release.
- Release Notes: History of changes and updates.
- Quick Start: detailed setup for local development.
- Docker Setup: Guide to running the production environment with Docker.
- Agent & Code Guide: Rules, commands, and conventions for AI agents and contributors.
- Git Guide: Comprehensive guide to version control in this project.
- Test Credentials: List of default accounts for testing.
- SRS (Requirements): Software Requirements Specification.
- SDD (Design): Software Design Description.
- SPMP (Management): Software Project Management Plan.
/
├── utms-backend/ # Spring Boot Backend
├── utms-frontend/ # React Frontend
├── scripts/ # Automation scripts
├── tools/ # Helper tools (data generation)
├── docs/ # Documentation (see above)
└── README.md # This file
© 2026 IZTECH Team 3