Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/syed007hassan/nestjs-template
- Owner: Syed007Hassan
- Created: 2023-07-21T16:28:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-06T12:08:35.000Z (7 months ago)
- Last Synced: 2024-05-18T03:48:06.112Z (6 months ago)
- Topics: guard, jwt-authentication, mongodb, nestjs, postgresql, swagger-api, typeorm
- Language: TypeScript
- Homepage:
- Size: 1.42 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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