A NestJS(Fastify) template out of the box📃
A Nest+Fastify+Typescript template out of the box.
This template contains common combinations as follows:
- Nest - Core framework
- Fastify - HTTP provider
- Typescript - Language
- Prettier - Code formatter
- ESLint - Code linter
There's nothing here :D
Name | Description | Default |
---|---|---|
PORT | Server listen port | 3000 |
DEBUG_MODE | Debug mode, some features only work if this is turned on | True |
CONSOLE_LOG | Enable console log output(Not recommended) | False |
COOKIE_TOKEN | Cookie Encryption and decryption keys | APP |
This project is MIT licensed.