A progressive Node.js framework for building efficient and scalable server-side applications.
Node.js - MySQL - NestJS - TypeScript
$ npm install
# Database
$ CREATE DATABASE tesacom;
# development
$ npm run start
# watch mode
$ npm run start:dev
# Swagger UI
$ http://localhost:3000/doc/
Nest is MIT licensed.