Serverless Nestjs Typeorm

screenshot of Serverless Nestjs Typeorm
nestjs

Example how to nestjs using the serverless framework with TypeORM

Overview:

The serverless-nestJS-typeORM-crud is a project that showcases how to implement NestJS using the serverless framework, integrating TypeORM with MySql for CRUD operations. It provides guidance on setting up the MySql connection in the serverless.yml file and instructions on how to prepare for development.

Features:

  • NestJS with Serverless Framework: Demonstrates usage of NestJS within the serverless framework environment.
  • TypeORM Integration: Utilizes TypeORM for ORM operations in the project.
  • MySql Database: Interacts with a MySql database for storing and retrieving data.
  • CRUD Operations: Guides on implementing CRUD (Create, Read, Update, Delete) functionality within the project.
nestjs
Nest

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.