/first-node-app

node API sample app

Primary LanguageJavaScript

This is a simple nodejs api creating endpoints to execute queries on a sql server database.

The endpoints are used to perform CRUD operations on a student table in local sql server.

GET /api/user POST /api/user PUT /api/user/:id DELETE /api/user/:id