Skip to content

bishal-saha/nestjs-postgresql-rest-spa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Headstart Single Page Application with Nestjs Angular, React, Next.js
An enterprise grade scalable NestJS boilerplate with Angular, React, Next.js SPA included.

Maintenance Snyk Vulnerabilities for GitHub Repo GitHub issues GitHub top language GitHub repo size

NestJS PostgreSQL REST API with Angular, React, Next.js

NestJS API integrated with Angular, React and Next.js

Documentation

To read the complete documentation click here

Authors

NestJs API Features

  • Quick Setup - Quickly setup and configure your application.
  • CQRS Patter - The command query responsibility segregation (CQRS) pattern separates the data mutation, or the command part of a system, from the query part.
  • AutoMapper - An object-object mapping solution by convention in TypeScript.