• Stars
    star
    137
  • Rank 264,512 (Top 6 %)
  • Language
    TypeScript
  • Created about 4 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

😍 NestJS + TypeORM + MySQL + Bonus: Swagger

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

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

Description

This is a Nest repository resultant of the NestJS Crud + Login + Roles series of live coding vides of Dominicode - Youtube's channel.

Date Title Video Link
16-08-2020 CRUD + TypeOrm + MySQL https://www.youtube.com/watch?v=eL2tO9xPZLM&t
23-08-2020 CRUD Login JWT - Part 1 https://www.youtube.com/watch?v=lTmGLgtgjdM&t
30-08-2020 CRUD Login JWT - Part 2 https://www.youtube.com/watch?v=kjr54SpV_eQ
31-09-2020 Deploy de NestJS con migraciones en TypeORM en Heroku https://youtu.be/P2gvIQRXIuc

Content

  • NestJS Controller and Dependency Injection
  • TypeORM Integration with MySQL database
  • @nestjs/config package integration for Environment Variables handling
  • Secure password encryption with BcryptJs
  • Authentication strategies with Passport
  • Custom Decorator and tips
  • nest-access-control integration for RBAC and ABAC introduction
  • Class validator with custom settings
  • On boot admin user generation
  • ETC.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

More Repositories

1

nestjs-starter

Start coding and reduce the boilerplate with this collection of modules and utils.
TypeScript
29
star
2

spur-for-angular

Spur for Angular is a Bootstrap theme for Angular Demo
CSS
18
star
3

codeigniter-restful

Creating a Strong Restful for CodeIgniter
PHP
6
star
4

ruso-monorepo

This is my monorepo with the tooling for frameworks I use. Feel free to contribute and use it as your own or get inspired to build your own on top of this one.
TypeScript
6
star
5

nestjs-crud-typegoose

TypeScript
4
star
6

graphql-nestjs-crud

TypeScript
3
star
7

nestjs-restful

TypeScript
3
star
8

flags-server

Taller colaborativo para la creación de un juego Flags Server
TypeScript
3
star
9

angular-multiapp

Angular MultiApp Monorepo Prototype
TypeScript
2
star
10

bikes-showcase

CSS
2
star
11

directo-twitch-widgets

CSS
2
star
12

mantine-playground

Vite + React + TS + Mantine + Tailwind Playground 😮
TypeScript
2
star
13

Advanced-Odoo-11.0-setup-with-Docker

Instalación Avanzada de Odoo 11.0 con Docker
2
star
14

fullstack-mean-for-angular

Servidor Full Stack MEAN para Angular
TypeScript
2
star
15

AngularTesting

Angular Testing Project with Samples of all levels and good practices 👌🏼
HTML
1
star
16

nest-request-server

TypeScript
1
star
17

nest-simple-app

TypeScript
1
star
18

nest-my-microservice

Repository with Microservice Connection Samples 😎
TypeScript
1
star
19

nestjs-test-repo

TypeScript
1
star
20

nestjs-sample-mongodb

TypeScript
1
star
21

nextjs-playground

TypeScript
1
star
22

docker-registry-migrator

CLI App to rollout docker image migration
Go
1
star
23

cqrs-with-cls

TypeScript
1
star
24

angular-9

HTML
1
star
25

my-task-app

Ionic app 🎉
TypeScript
1
star
26

contenidos-rusgunx

😍 Tabla de contenidos sobre Artículos, Proyectos, Vídeos y talleres que he hecho.
TypeScript
1
star
27

twitch-confetti

CSS
1
star
28

npm-cronometro

JavaScript
1
star
29

nestjs-playground

TypeScript
1
star
30

fullstack-angular-nest

TypeScript
1
star
31

react-vite-storybook-tailwindcss

TypeScript
1
star
32

next-new-stack

Sample project with all nice components
TypeScript
1
star
33

nest-inventory-sys

NestJS Livestream Free Course about an use-case on an application to handle a Retail Stock
TypeScript
1
star
34

react-code-input

Created with StackBlitz ⚡️
TypeScript
1
star