E-commerce
yarn install
yarn watch
yarn build
yarn db:gen
yarn db:clean
yarn img:clean
root folder
├───build > `js generated by tsc`
├───src
│ └───auth > `Passport Auth `
│ └───controller > `All controllers`
│ └───model > `Mongoose schemas`
│ └───route > `app routes`
│ └───utils > `logger,sendgrid`
│ └───view > `verficiation`
│ └───config.ts
│ └───index.ts `main ts file`
├───.env > `add all your env variables`
Download : Postman