An open API service indexing awesome lists of open source software.

https://github.com/code-raushan/crud-ts


https://github.com/code-raushan/crud-ts

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## CRUD API in TypeScript and Node

#### Documentation available at /docs route

Tests:
* npm run test-getEmployee : Test for getting all items
* npm run test-getEmployeeById: Test for getting the item by its id
* npm run test-createEmployee: Test for creating an item
* npm run test-deleteEmployee: Test for deleting the item by id
* npm run test-updateEmployee": Test for updating the item