Skip to content

umeshan/StudentAPI

Repository files navigation

npm start

Runs the app in the development mode.
Open http://localhost:{port} to view it in the browser.

The page will reload if you make edits.

City API

Open http://localhost:{port}/city

Add Student API

Open http://localhost:{port}/students/add

List Student(s) API

Open http://localhost:{port}/students/list

Update Student API

Open http://localhost:{port}/students/update

Delete Student API

Open http://localhost:{port}/students/delete

Sample Student list

[{ "firstName": "David", "lastName": "John", "regNo": 101, "gender": "Male", "city": "Chennai", "zip": 600002, "id":1 }]