You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,11 @@
4
4
5
5
This is a simple secure implementation of family tree, developed as the final project of **Data Structures and Algorithms** (**Fall 2023**) course at **Iran University of Science and Technology**. The architecture of the project is based on the [project description](schema/description.pdf) provided by teaching assistants.
6
6
7
-
## Dependencies
7
+
## Installation
8
+
9
+
### Recommended Way: Manual Installation
10
+
11
+
#### Dependencies
8
12
9
13
On Ubuntu operating system, install these dependencies:
You can use [`Dockerfile`](./Dockerfile) in order to build an image containing everything neccesary to run the web application. But since it is not fully tested yet, we do not recommend this way.
0 commit comments