This app can be used to learn how to use API's and also be used to built a frontend or learn how to test automate api's.
Run npm start in terminal!
This page has the possibility to add, edit or delete student and list all students.
POST /student: Adds a student, body: {"name":"Markus"}.
GET /student: Gets all students.
DELETE /student/{id}: Deletes student with ID specified.
PATCH /student/{id}: Update student with ID specified.