Skip to content

Commit 2e3b060

Browse files
authored
Update README.md
1 parent 0831183 commit 2e3b060

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ A tool that helps developers to generate their UML diagram through uploading the
55
- If you have docker-compose, just type `docker-compose up -d` and access it on `localhost`
66
- If you have locally webserver, just copy it and paste it on /var/www/html then access it on `localhost`
77

8-
# The Uploading Page
8+
# How it works?
9+
## Step1: Open the upload page
10+
By openning this page, you will have the open to choose the available langages support for generating UML diagram out of code. Since currently, we have only PHP support, you can uploads your php files. There are are already some some php example files which you can upload them, [Admin.php][https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/Admin.php], [Librarian.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/Librarian.php), [Library.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/Library.php), [LibraryISSN.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/LibraryISSN.php), [LibraryOnline.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/LibraryOnline.php), [LibraryQuickSearch.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/LibraryQuickSearch.php),[Pateron.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/Pateron.php), [PateronRecord.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/PateronRecord.php), [Reservation.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/Reservation.php), [books.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/books.php), [booksDB.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/booksDB.php), [payment.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/payment.php).
911
![The uploading files page](https://github.com/AzarguNazari/PHPtoUML/blob/master/snapshot/input%20option.png)
1012

1113
# Generating
1214
![Generating](https://github.com/AzarguNazari/PHPtoUML/blob/master/snapshot/geneating.png)
1315

14-
# The Genergated UML Diagram from source code
16+
# Outcome
1517
![Generated UML Diagram](https://github.com/AzarguNazari/PHPtoUML/blob/master/snapshot/generatedUML.png)

0 commit comments

Comments
 (0)