A simple example of how to deploy a NestJS project with Redis using Vercel.
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod- Author - Jérémy BRUNEL
- Github - jbfullstack
- Organization - Bashroom
- Linkedin - Jérémy BRUNEL
- Emails - [email protected] & [email protected]
Nest is MIT licensed.