Silverkeytechnology / Kole

Kole is the Student Information Management System API, implemented in Node with a MEAN Stack
http://www.sktcomputers/kole
2 stars 0 forks source link

Show list of all students #26

Closed chaiwa-berian closed 7 years ago

chaiwa-berian commented 7 years ago

Feature: Show list of all students As a developer of the system So that I can work with the data I want to see the list of all students in the system Scenario: List all students in the system Given there are students in the system When the client requests for a list of students Then the response should be the list of all students in the system