- Dynamic import
- Authenticate
- Config jwt like OAuth ( access-token, refresh-token )
- OAuth Google
- OAuth Facebook
- Dump database
- Child process
- Logger
- NestJs
- Wiston
- Send mail
- Nodemailer
- Payment
- Stripe
- Task scheduler
- Timeout
- Interval
- Cron
- Translate
- Google translate
- Upload file
- Cloudinary
- Fs createWriteStream to folder static
- Test
- Unit
- E2e
- Coverage
- Clone repository
git clone https://github.com/chnirt/nestjs-graphql-best-practice.git
- Cd into directory
cd nestjs-graphql-best-practice/
- Create .env
touch .env
- Add to .env
PORT=<yourport>
- Install dependencies using npm
npm i
Our contributors are working on this section. Would you like to join?
[✔️] 7.1. Prefer native JS methods over user-land utils like Lodash
[❔] 7.2. Use Fastify in place of Express