Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dennissnijder/nestjs-entity-module-cookiecutter

A NestJS cookiecutter template providing a simple entity module with basic CRUD and 2 events.
https://github.com/dennissnijder/nestjs-entity-module-cookiecutter

cookiecutter-template crud nestjs

Last synced: 20 days ago
JSON representation

A NestJS cookiecutter template providing a simple entity module with basic CRUD and 2 events.

Awesome Lists containing this project

README

        

# NestJS Entity module Cookiecutter
A NestJS cookiecutter providing a simple entity module with basic CRUD and 2 events.

## Requirements / assumptions in this module
This module assumes you are using the following libraries
- TypeORM
- class validator (Registered as a global interceptor)
- @nestjs/event-emitter

## How to use
Make sure you have [Cookiecutter installed](https://cookiecutter.readthedocs.io/en/1.7.2/installation.html)
```shell
$ cookiecutter https://github.com/DennisSnijder/nestjs-entity-module-cookiecutter
```