Skip to content

miZyind/nestjs-demo

Repository files navigation

NestJS Demo

Docker NodeJS Yarn MySQL NestJS TypeScript Prettier ESLint

🌌 Techniques

🔮 Usage

Run development environment:

# Install packages
$ yarn
# Up docker compose environment
$ docker-compose up
# Setup dotenv variables
$ cp .env.example .env
# Launch app
$ yarn dev

Build & Run production environment:

# Install packages
$ yarn
# Build project
$ yarn build
# Launch app through Yarn
$ yarn start
# Launch app through Node
$ node dist/main.js

🖋 Author

miZyind mizyind@gmail.com

📇 License

Licensed under the MIT License.