From 42edd393f3b3ac8bffe6e75ccf8c0170718bae2c Mon Sep 17 00:00:00 2001 From: is2-mendiratta <indivar2.mendiratta@live.uwe.ac.uk> Date: Fri, 2 May 2025 17:07:21 +0000 Subject: [PATCH] Edited README.md --- README.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 3969767..7614340 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,9 @@ FinalYearProject/ ├── newscanner.py # GDPR compliance scanner ├── requirements.txt # Project dependencies ├── README.md # Project documentation -├── static/ # Static files +├── static/ +│ ├── styles.css +│ ├── dashboard.css │ └── images/ # Image assets │ ├── logo.png │ ├── hero.jpg @@ -200,15 +202,5 @@ playwright install ## Notes -- The application uses port 8800 by default -- Make sure port 8800 is available or modify the port in app.py -- The default MySQL configuration assumes a local MySQL server - -## Authors and acknowledgment -Show your appreciation to those who have contributed to the project. - -## License -For open source projects, say how it is licensed. - -## Project status -If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers. +- The application uses port 8800 +- Make sure port 8800 is available or modify the port in app.py \ No newline at end of file -- GitLab