Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 406 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 406 Bytes

TODOAPP

``npm install`

Recent Updates : 24.10.01

Node.js, Express, MongoDB로 TODOAPP 만들기

  • 회원가입
  • 로그인
  • 게시물 수정
  • 게시물 조회

주의사항 :

.env 파일은 .gitignore에 등록되어있음.

DB_URL을 확인한다

PORT=8080


DB_URL="mongodb+srv://kh:기본비번q1@cluster0.u0ocusr.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0"