Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/syed007hassan/nestjs-template

Template repo of NestJs that provides a quicker development environment.
https://github.com/syed007hassan/nestjs-template

guard jwt-authentication mongodb nestjs postgresql swagger-api typeorm

Last synced: 10 days ago
JSON representation

Template repo of NestJs that provides a quicker development environment.

Awesome Lists containing this project

README

        

## NestJs Template Repo

## Template 1
### It includes:
- Swagger API client
- TypeORM config with PostgreSQL
- TypeORM relations (One to One, Many to One etc)
- JWT Auth with local and refresh token strategy provided by auth guards
- REST APIs with DTOs and Entities
- Docker-compose with Postgres, Redis and PgAdmin
- Dockerode API for restoring Pg database via script in the container

## Template 2
### It includes:
- Swagger API client
- TypeORM config with MongoDB
- JWT Auth strategy provided by auth guards
- REST APIs with DTOs and Entities
- Stripe payment module