rest-node-nestjs
rest-node-nestjs copied to clipboard
With this skeleton, we can easily start a server application using Node.js, Nest JS and TypeScript.
Showcase the following items as part of bi-weekly sync - [x] Setup Discord showcase channel @sasachan - [x] Setup Meetup date/time, description and related item @sasachan - [ ] #181...
Writing Test cases for Payment Integration
Idea is to have sample code for various type of payment integration and redme about each payment integration. Like if we have sample code for razorPay integration then we should...
Selecting appropriate API or library for payment integration. For eg Paystack API or razorPay Library etc.
Identifying the correct storage options for assets and media files like s3 or cloud storage is very important aspect of any project architecture. In addition to this deciding on caching...
NoSQL database: MongoDB object data modeling using Mongoose - [ ] Create Basic Connection with Mongoose - [ ] Defining Mongoose Model - [ ] CRUD Operations
Integrating the encryption-decryption module with request handler. This will encrypt the request coming from the user and then we have to decrypt it in the back-end.