edu-server
edu-server copied to clipboard
Helpful References to create tests: https://blog.logrocket.com/unit-testing-nestjs-applications-with-jest/, https://docs.nestjs.com/fundamentals/testing, https://github.com/jmcdo29/testing-nestjs/tree/master/apps/mongo-sample/src
Add Swagger doc for the course controller API, It should cover all the get, post and put requests.
The requests are already autogenerated, we have to generate response body for the controller. ref: https://docs.nestjs.com/openapi/operations
Currently pushing changes requires manual efforts, there is a need to automate the process of pushing latest changes to heroku.
The requests are already autogenerated, we have to generate response body for the controller. ref: https://docs.nestjs.com/openapi/operations
The requests are already autogenerated, we have to generate response body for the controller. ref: https://docs.nestjs.com/openapi/operations
Helpful References to create tests: https://blog.logrocket.com/unit-testing-nestjs-applications-with-jest/, https://docs.nestjs.com/fundamentals/testing, https://github.com/jmcdo29/testing-nestjs/tree/master/apps/mongo-sample/src
**Describe the bug** **To Reproduce** **Expected behavior** **Screenshots (If applicable)** **Desktop (please complete the following information):** - OS: - Browser - Version **Smartphone (please complete the following information):** - Device:...
Lean mongoose doc: https://mongoosejs.com/docs/tutorials/lean.html Currently we are returning the whole document even if the model doesn't need any further processes. Using lean with the models can be 10x more memory...
The requests are already autogenerated, we have to generate response body for the controller. ref: https://docs.nestjs.com/openapi/operations