CRUD example using NestJS project was created for study purposes.
Make sure you have Node.js/NPM installed (LTS version is recommended). Download
npm installStart web server:
npm run startAnd for run the tests:
npm run testPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.