Skip to content

chaicopadillag/nestjs-mysql-skeleton

Repository files navigation

Nest Logo

App NestJS with MySql in Docker - Skeleton

Description

This is a skeleton for a NestJS application with MySql in Docker.

Requirements

  • Node.js
  • Docker
  • MySql
  • Yarn

Install dependencies

yarn install

Docker compose

docker-compose up -d

Copy file .env.example to .env environment file

cp .env.example .env

Run Development the Application

yarn dev

Run the application

yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published