Skip to content

Commit e27a1ba

Browse files
Update README.md
1 parent 22ce80c commit e27a1ba

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,38 @@ Frontend side is Angular 7 application with [Angular Material](https://material.
6464

6565
![](frontend/src/assets/1.PNG?raw=true)
6666

67+
## Running
6768

69+
Requirement:
70+
71+
* [PostgreSQL 10](https://www.postgresql.org/download/)
72+
* [Spring Tool Suite 4](https://spring.io/tools)
73+
* [nodejs](https://nodejs.org/en/download/)
74+
* [Visual Studio Code](https://code.visualstudio.com/download)
75+
76+
To start the backend, start the microservices from STS in the order shown on the application architecture.
77+
To start the frontend, run the following commands in VSC:
6878

6979
```shell
80+
npm install
7081
ng serve -o
7182
```
83+
You will also need to provide some CORS plugin for your browser.
84+
85+
##Screenshots
86+
87+
![](frontend/src/assets/1.PNG?raw=true)
88+
89+
![](frontend/src/assets/2.PNG?raw=true)
90+
91+
![](frontend/src/assets/3.PNG?raw=true)
92+
93+
![](frontend/src/assets/4.PNG?raw=true)
94+
95+
![](frontend/src/assets/5.PNG?raw=true)
96+
97+
![](frontend/src/assets/6.PNG?raw=true)
98+
99+
![](frontend/src/assets/7.PNG?raw=true)
72100

101+
[Report](frontend/src/assets/report.pdf?raw=true)

0 commit comments

Comments
 (0)