Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: nestjs 기본 세팅 및 유저 테이블 세팅 #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kurekure123
Copy link
Collaborator

기본 user db 생성

@s-ong-c s-ong-c self-requested a review December 7, 2021 14:33
@s-ong-c s-ong-c changed the base branch from feature/user to main December 7, 2021 14:33
Copy link
Member

@s-ong-c s-ong-c left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

리뷰 확인해주세ㅛ!!!

Comment on lines +1 to +10
{
"type": "postgres",
"host": "localhost",
"port": 5432,
"username": "postgres",
"password": "248659aa",
"database": "postgres",
"entities": ["dist/**/*.entity{.ts,.js}"],
"synchronize": true
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ENV 파일로 또는 키값을 따로 뺴주세요!!

Comment on lines +1 to +2
//import { InternalServerErrorException } from '@nestjs/common';
//import bcrypt from 'bcrypt';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

불필요한 주석은 제거 해주세요!!!

@s-ong-c s-ong-c changed the title sample feat: nestjs 기본 세팅 및 유저 테이블 세팅 Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants