Skip to content

Commit c37cdd1

Browse files
committed
README up
1 parent bfd4c15 commit c37cdd1

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

README.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,33 @@ To run locally:
1212
* Run `sequelize db:seed:undo:all` to remove all test datas
1313
* Run `nodemon` or `npm start`
1414

15+
1516
## Postman test samples
1617

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
1843

19-
![Get All Students Test](./misc/student-api-test.PNG)
44+
![Delete A Lecturer](./misc/delete-lecturer-api.PNG)

0 commit comments

Comments
 (0)