项目作者: umeshan

项目描述 :
Student API using NodeJS
高级语言: JavaScript
项目地址: git://github.com/umeshan/StudentAPI.git
创建时间: 2020-06-01T02:19:32Z
项目社区:https://github.com/umeshan/StudentAPI

开源协议:MIT License

下载


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