Skip to content

Latest commit

 

History

History
executable file
·
46 lines (31 loc) · 640 Bytes

README.md

File metadata and controls

executable file
·
46 lines (31 loc) · 640 Bytes

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