🌐
GitHub
github.com › monikaja › nestjs-crud-example
GitHub - monikaja/nestjs-crud-example: CRUD RESTfull API with NestJs · GitHub
CRUD RESTfull API with NestJs. Contribute to monikaja/nestjs-crud-example development by creating an account on GitHub.
Starred by 27 users
Forked by 13 users
Languages   TypeScript 94.0% | JavaScript 6.0%
🌐
GitHub
github.com › nestjsx › crud
GitHub - nestjsx/crud: NestJs CRUD for RESTful APIs · GitHub
🐙 DB and service agnostic extendable CRUD controllers · 🔎 Reach query parsing with filtering, pagination, sorting, relations, nested relations, cache, etc. 🔭 Framework agnostic package with query builder for a frontend usage · 👾 Query, path params and DTOs validation included ... @nestjsx/crud - core package which provides @Crud() decorator for endpoints generation, global configuration, validation, helper decorators (docs)
Starred by 4.3K users
Forked by 578 users
Languages   TypeScript
🌐
GitHub
github.com › woowabros › nestjs-library-crud
GitHub - woowabros/nestjs-library-crud: Automatically generate CRUD Rest API based on NestJS and TypeOrm · GitHub
For example, if you want to generate only create and retrieve one, you can specify the following configuration. import { Crud, Method } from '@nestjs-library/crud'; @Crud({ entity: User, only: [Method.CREATE, Method.READ_ONE] })
Starred by 231 users
Forked by 41 users
Languages   TypeScript 98.5% | JavaScript 1.5%
🌐
GitHub
github.com › topics › nestjs-crud
nestjs-crud · GitHub Topics · GitHub
This is a NestJS-based application that provides CRUD operations, authentication using JSON Web Tokens (JWT), managing entity relationships, and integration with a third-party API.
🌐
GitHub
github.com › techiediaries › nestjs-crud-rest-api
GitHub - techiediaries/nestjs-crud-rest-api: Nest.js CRUD REST API Example
Read Nest.js Tutorial: Build your First REST API CRUD App with TypeORM · $ git clone https://github.com/techiediaries/nestjs-crud-rest-api.git
Starred by 18 users
Forked by 8 users
Languages   TypeScript 90.0% | JavaScript 10.0% | TypeScript 90.0% | JavaScript 10.0%
🌐
GitHub
github.com › maryamaljanabi › nestjs-crud-api
GitHub - maryamaljanabi/nestjs-crud-api: A demo CRUD REST API using Nest.js and MySQL · GitHub
A demo CRUD REST API using Nest.js and MySQL. Contribute to maryamaljanabi/nestjs-crud-api development by creating an account on GitHub.
Starred by 10 users
Forked by 4 users
Languages   TypeScript 94.9% | JavaScript 5.1%
🌐
GitHub
github.com › andreyyoshua › nestjsx-crud
GitHub - andreyyoshua/nestjsx-crud: NestJs CRUD for RESTful APIs · GitHub
... import { Crud } from '@nestjsx/crud'; @Crud(Hero, { params: { companyId: 'number' } }) @Controller('/company/:companyId/users') export class UsersCrud { constructor(public service: UsersService) {} } In this example you're URL param name ...
Forked by 2 users
Languages   TypeScript
🌐
GitHub
github.com › sabljakovich › nestjs-crud
GitHub - sabljakovich/nestjs-crud: Nestjs CRUD sample project
January 5, 2020 - Nestjs CRUD sample project . Contribute to sabljakovich/nestjs-crud development by creating an account on GitHub.
Starred by 6 users
Forked by 2 users
Languages   TypeScript 100.0% | TypeScript 100.0%
🌐
GitHub
github.com › gid-oss › dataui-nestjs-crud
GitHub - gid-oss/dataui-nestjs-crud: NestJs CRUD for RESTful APIs · GitHub
@dataui/crud - core package which provides @Crud() decorator for endpoints generation, global configuration, validation, helper decorators (docs)
Starred by 161 users
Forked by 39 users
Languages   TypeScript 99.3% | JavaScript 0.7%
Find elsewhere
🌐
GitHub
github.com › kaladhar498 › nestJs-crud
GitHub - kaladhar498/nestJs-crud: nestjs framework crud using rest api and typeORM with mysql DB. And implementing with handlebars template engine.
nestjs framework crud using rest api and typeORM with mysql DB. And implementing with handlebars template engine. - kaladhar498/nestJs-crud
Author   kaladhar498
🌐
GitHub
github.com › samayamnag › nestjs-crud-app
GitHub - samayamnag/nestjs-crud-app: Simple CURD app using NestJS and MongoDB
$ git clone https://github.com/samayamnag/nestjs-crud-app.git $ cd <project_name> $ npm install · $ cp .env.example .env · Provide values in .env · # local $ nodemon or $ npm run start # watch mode $ npm run start:dev · $ npx compodoc -p tsconfig.json -s ·
Author   samayamnag
🌐
GitHub
github.com › goncadanilo › simple-crud-nestjs
GitHub - goncadanilo/simple-crud-nestjs: 🚀 CRUD de produtos desenvolvido com NestJS
🚀 CRUD de produtos desenvolvido com NestJS. Contribute to goncadanilo/simple-crud-nestjs development by creating an account on GitHub.
Author   goncadanilo
🌐
GitHub
github.com › avatsaev › nest-crud-example
GitHub - avatsaev/nest-crud-example · GitHub
Contribute to avatsaev/nest-crud-example development by creating an account on GitHub.
Starred by 2 users
Forked by 2 users
Languages   TypeScript 99.6% | JavaScript 0.4%
🌐
GitHub
github.com › naimjeem › nestjs-mysql-crud-api
GitHub - naimjeem/nestjs-mysql-crud-api: Bookstore CRUD API with NestJS and MySQL
Bookstore CRUD API with NestJS and MySQL. Contribute to naimjeem/nestjs-mysql-crud-api development by creating an account on GitHub.
Starred by 14 users
Forked by 5 users
Languages   TypeScript 99.2% | JavaScript 0.8% | TypeScript 99.2% | JavaScript 0.8%
🌐
GitHub
github.com › johannesschobel › nest-prisma-crud
GitHub - johannesschobel/nest-prisma-crud: Example on how to create a CRUD Service for Prisma · GitHub
This example shows how to implement a REST API using NestJS and Prisma Client. It uses a SQLite database file with some initial dummy data which you can find at ./prisma/dev.db.
Starred by 25 users
Forked by 2 users
Languages   TypeScript 96.2% | JavaScript 3.8%
🌐
GitHub
github.com › raspi684 › nestjs-crud
GitHub - raspi684/nestjs-crud
Contribute to raspi684/nestjs-crud development by creating an account on GitHub.
Author   raspi684
🌐
GitHub
github.com › MaxTheGrandMagus › NestJS-CRUD-app
GitHub - MaxTheGrandMagus/NestJS-CRUD-app: NestJS CRUD app with using of PostgreSQL and TypeORM
NestJS CRUD app with using of PostgreSQL and TypeORM - MaxTheGrandMagus/NestJS-CRUD-app
Author   MaxTheGrandMagus
🌐
GitHub
github.com › seifhassan89 › nestjs-mongodb-crud
GitHub - seifhassan89/nestjs-mongodb-crud: Student CRUD operation webApi
Student CRUD operation webApi . Contribute to seifhassan89/nestjs-mongodb-crud development by creating an account on GitHub.
Author   seifhassan89
🌐
GitHub
github.com › xavism › nestjs-generic-crud
GitHub - xavism/nestjs-generic-crud: This repository is basically a NestJS API that provides an easy way to create a basic CRUD · GitHub
This basic examples uses TypeORM to connect a MySQL database, but it is easily configurable. An example with a User Entity has been done in order to clarify the usage. Swagger are not showing entity information due to an internal issue · $ npm install · $ npm run start · Author - Kamil Myśliwiec · Website - https://nestjs.com ·
Starred by 66 users
Forked by 19 users
Languages   TypeScript 99.0% | JavaScript 1.0%
🌐
GitHub
github.com › Armanidrisi › nestjs-rest-api
GitHub - Armanidrisi/nestjs-rest-api: Simple CRUD Rest API In Nestjs
A simple and straightforward CRUD API built with NestJS framework.
Author   Armanidrisi