File tree Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,33 @@ To run locally:
12
12
* Run ` sequelize db:seed:undo:all ` to remove all test datas
13
13
* Run ` nodemon ` or ` npm start `
14
14
15
+
15
16
## Postman test samples
16
17
17
- ### Get All Students Test
18
+ ### Get All Students
19
+
20
+ ![ Get All Students] ( ./misc/student-api-test.PNG )
21
+
22
+ ### Get All Classrooms
23
+
24
+ ![ Get All Classrooms] ( ./misc/classroom-api-test.PNG )
25
+
26
+ ### Get All Lecturers
27
+
28
+ ![ Get All Lecturers] ( ./misc/lecturer-api-test.PNG )
29
+
30
+ ### Get Lecturer ById
31
+
32
+ ![ Get Lecturer ById] ( ./misc/lecturer-by-id.PNG )
33
+
34
+ ### Create New Lecturer
35
+
36
+ ![ Create New Lecturer] ( ./misc/new-lecturer-api.PNG )
37
+
38
+ ### Update A Lecturer
39
+
40
+ ![ Update A Lecturer] ( ./misc/update-lecturer-api-test.PNG )
41
+
42
+ ### Delete A Lecturer
18
43
19
- ![ Get All Students Test ] ( ./misc/student-api-test .PNG )
44
+ ![ Delete A Lecturer ] ( ./misc/delete-lecturer-api .PNG )
You can’t perform that action at this time.
0 commit comments