|
16 | 16 | - Spring Test |
17 | 17 |
|
18 | 18 | # Steps to run the project |
19 | | - - Create DB and Restore file **db.sql** |
| 19 | + - Create DB and Restore file **schema.sql** |
20 | 20 | - Run Backend **spring-angular-registration** and make sure there is no Error |
21 | 21 | - Run Frontend **web-angular-registration** |
22 | 22 |
|
@@ -47,33 +47,28 @@ API : |
47 | 47 | - Open browser and go to http://localhost:4200 |
48 | 48 | - port 4200 is default, you can change with command --port to change the port |
49 | 49 |
|
50 | | -<img src="https://raw.githubusercontent.com/KNIGHTMASTER/Resources/master/SAR/sar-1.png" alt="springboot-angular-registration"/> |
51 | | - |
52 | | -<img src="https://raw.githubusercontent.com/KNIGHTMASTER/Resources/master/SAR/sar-2.png" alt="springboot-angular-registration"/> |
53 | | - |
54 | | -<img src="https://raw.githubusercontent.com/KNIGHTMASTER/Resources/master/SAR/sar-3.png" alt="springboot-angular-registration"/> |
55 | | - |
56 | | -<img src="https://raw.githubusercontent.com/KNIGHTMASTER/Resources/master/SAR/sar-4.png" alt="springboot-angular-registration"/> |
57 | | - |
58 | | -<img src="https://raw.githubusercontent.com/KNIGHTMASTER/Resources/master/SAR/sar-5.png" alt="springboot-angular-registration"/> |
59 | | - |
60 | | -<img src="https://raw.githubusercontent.com/KNIGHTMASTER/Resources/master/SAR/sar-6.png" alt="springboot-angular-registration"/> |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
61 | 56 |
|
62 | 57 | # How To Run Unit Testing : web-angular-registration (frontend) |
63 | 58 | - Run : |
64 | 59 | ```sh |
65 | 60 | $ ng test |
66 | 61 | ``` |
67 | 62 |
|
68 | | -<img src="https://raw.githubusercontent.com/KNIGHTMASTER/Resources/master/SAR/sar-test-1.png" alt="springboot-angular-registration"/> |
69 | | - |
70 | | -<img src="https://raw.githubusercontent.com/KNIGHTMASTER/Resources/master/SAR/sar-test-2.png" alt="springboot-angular-registration"/> |
| 63 | + |
| 64 | + |
71 | 65 |
|
72 | 66 | # How To Run Unit Testing : spring-angular-registration (backend) |
73 | 67 | - Run : |
74 | 68 | ```sh |
75 | 69 | $ mvn clean package |
76 | 70 | ``` |
77 | | -<img src="https://raw.githubusercontent.com/KNIGHTMASTER/Resources/master/SAR/sar-test-3.png" alt="springboot-angular-registration"/> |
| 71 | + |
| 72 | + |
78 | 73 |
|
79 | 74 | #### *Username for Login is Email and Password is FirstName |
0 commit comments