Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srav001/nest-js-template
A quick 🤩 and easy 😍 Nest JS template with Fastify ⚡
https://github.com/srav001/nest-js-template
fast fastify nest nestjs nestjs-backend node node-js nodejs
Last synced: 3 days ago
JSON representation
A quick 🤩 and easy 😍 Nest JS template with Fastify ⚡
- Host: GitHub
- URL: https://github.com/srav001/nest-js-template
- Owner: srav001
- License: mit
- Created: 2022-07-31T01:44:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T10:28:21.000Z (about 1 year ago)
- Last Synced: 2024-11-09T23:37:40.515Z (about 1 month ago)
- Topics: fast, fastify, nest, nestjs, nestjs-backend, node, node-js, nodejs
- Language: TypeScript
- Homepage:
- Size: 111 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A quick and easy NestJS Template
A simple starter template for a NodeJS backend. NestJS along with fastify is used and some industry standards like Prettier, es-lint and Commitlint is added. The starter template is kept relatively clean and simple to have minimal packages included.
- `Commitlint and Husky is added for cleaner commits`
Note:
> This project will be updated bi-yearly, updating all dependencies to the latest version and maybe even replace some tech for newer and better ones or remove deprecated ones.
- ` Example is included and rest is left for developer decision.`
## Custom Scripts:
```
pnpm start: 'Runs nest dev server with auto reload'
pnpm lint: 'Runs eslint in src directory and fixes all autofixeable errors'
pnpm format: 'Runs src directory through prettier and formats all files'
```