https://github.com/code-raushan/crud-ts
https://github.com/code-raushan/crud-ts
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-raushan/crud-ts
- Owner: code-raushan
- Created: 2023-07-27T22:45:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T07:26:11.000Z (over 2 years ago)
- Last Synced: 2025-02-08T01:16:43.891Z (about 1 year ago)
- Language: TypeScript
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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