Skip to content

nestjs-based backend server to be used in the 2021 20th AppJam 😽

License

Notifications You must be signed in to change notification settings

skmn3/appst0re-backend

 
 

Repository files navigation

appstore-backend

nestjs-based backend server to be used in the 2021 20th AppJam 😽

Env

TYPEORM_HOST=${DB_HOST}
TYPEORM_PORT=${DB_PORT}
TYPEORM_DATABASE=${DB_NAME}
TYPEORM_USERNAME=${DB_USER}
TYPEORM_PASSWORD=${DB_PASS}
TYPEORM_SYNCHRONIZE=${DB_SYNCHRONIZE}
TYPEORM_LOGGING=${DB_LOGGING}
SECRET_KEY=${SECRET_KEY}

프로젝트 파일 내 .env.example 형식으로 작성해서 루트에 생성하시면 됩니다.

About

nestjs-based backend server to be used in the 2021 20th AppJam 😽

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.4%
  • JavaScript 4.8%
  • Shell 0.8%