Skip to content

jeus0630/nest-template

Repository files navigation

NestJS Template!

A working-level NestJS template!

Installation and Usage

  1. Install libraries using yarn
    yarn
  2. Setup MySQL with Docker
    docker-compose up -d
  3. Copy .env.template to .development.env and add values
  4. Run your app
    yarn start:dev
  5. Enjoy your coding! (you can find swagger at http://localhost:3000/docs)

About

NestJS Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published