lahirwisada / nestjs-generic-crud

This repository is basically a NestJS API that provides an easy way to create a basic CRUD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

A progressive Node.js framework for building efficient and scalable web applications.

NPM Version Package License NPM Downloads Travis Linux Coverage Gitter Backers on Open Collective Sponsors on Open Collective

Description

Nest framework TypeScript repository to create a generic API.

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.

Current Issues

Swagger are not showing entity information due to an internal issue

Installation

$ npm install

Start

$ npm run start

People

Backers

I am on a mission to provide an architecture to create truly flexible, scalable and loosely coupled systems using the Node.js platform. It takes a lot of time, so if you want to support me, please become a backer / sponsor. I appreciate your help. Thanks! 😍

About

This repository is basically a NestJS API that provides an easy way to create a basic CRUD


Languages

Language:TypeScript 99.0%Language:JavaScript 1.0%