From 2adb151a1062edc1ad99b2ac92d3859c55348c00 Mon Sep 17 00:00:00 2001 From: "Sharma, Aman (PG/T - Comp Sci & Elec Eng)" <as06140@surrey.ac.uk> Date: Thu, 22 May 2025 07:34:47 +0000 Subject: [PATCH] Edit README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fa2a63..c2f91ba 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,13 @@ An AI-powered resume analyzer and career assistant. git clone https://github.com/YOUR_USERNAME/optiresume.git cd optiresume docker build -t optiresume . -docker run -p 8000:8000 optiresume \ No newline at end of file +docker run -p 8000:8000 optiresume + + +**# Note on Git Collaboration:**__ + +Although Git was intended to be used throughout the development process, due to time constraints, communication preferences, and distributed task responsibilities, we collaboratively built and tested the project locally without continuous Git commits or merges. + +We acknowledge this was not the best practice and will ensure proper Git collaboration in future coursework. This final push contains the combined efforts and working version of our project, developed and tested as a team. + +⸻ -- GitLab