rest-nestjs-postgres
API example
A sample API using Nest.js and Postgres to demonstrate CRUD operations
CrudJS implemented as a REST API, using Nest.js and Postgres
149 stars
8 watching
52 forks
Language: TypeScript
last commit: about 7 years ago
Linked from 1 awesome list
blogboilerplatecrudnestnodejspostgrestypeormtypescript
Related projects:
Repository | Description | Stars |
---|---|---|
woowabros/nestjs-library-crud | A library that automatically generates CRUD REST APIs for NestJS applications using TypeORM entities. | 198 |
kop7/serverless-nestjs-typeorm | A serverless framework project demonstrating the integration of NestJS with TypeORM and MySQL for CRUD operations. | 115 |
tripss/nestjs-query | A collection of packages to simplify GraphQL CRUD operations using popular ORM libraries | 163 |
kentloog/nestjs-sequelize-typescript | A full-stack NestJS application demonstrating CRUD operations with JWT authentication and e2e testing for a blog-like platform. | 366 |
rayman1104/ra-data-nestjsx-crud | A data provider that facilitates integration between React Admin and NestJS CRUD libraries for building RESTful APIs. | 104 |
nestjs/mongoose | A MongoDB ORM tool for building Nest.js applications | 527 |
nestjsx/nest-router | Organizes routes in a hierarchical structure for building RESTful APIs with NestJS | 619 |
nestjs/typeorm | A module for the Nest framework that provides support for Object-Relational Mapping (ORM) using TypeORM. | 1,933 |
what-crud/vue-crud | A Vue.js based REST-ful CRUD system with authentication and layout management features | 833 |
vndevteam/nestjs-boilerplate | A comprehensive NestJS boilerplate with built-in support for various features and tools | 138 |
mikro-orm/nestjs | A NestJS module for integrating the MikroORM with TypeScript and a specific choice of database drivers. | 205 |
nestjs/cqrs | Provides a CQRS module for the Nest framework to handle command and query patterns in Node.js applications. | 849 |
kelvin-mai/nest-ideas-api | A REST API for managing app ideas with user authentication and real-time updates | 527 |
jkheadley/rest-hapi | Automates RESTful API generation from Mongoose schema definitions using a Node.js plugin | 1,188 |