Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 855 Bytes

File metadata and controls

30 lines (16 loc) · 855 Bytes

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 }]