File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff 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
7081ng 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 )
You can’t perform that action at this time.
0 commit comments