Skip to content

For development a web app as managing the Motivation and the Stress.

Notifications You must be signed in to change notification settings

tomo114883/docker-nestjs

Repository files navigation

Docker, NestJs and Next.js Project

Usage for Mac

For starting Docker.

  • CMD: docker compose build
  • CMD: docker compose up -d

For starting NestJS project.

Settings for NestJS project.

copy the .env.example file and create the .env file to setting environment variables.

  • CMD: cp /api/.env.example /api/.env

copy the constants.example.ts file and create the constants.ts file for setting JWT that is used for Authentication.

  • CMD: cp /api/src/auth/constants.example.ts /api/src/auth/constants.ts

About

For development a web app as managing the Motivation and the Stress.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published