Skip to content
이종은 edited this page May 13, 2025 · 1 revision

This project was created to help frontend developers who are starting server-side development for the first time, as well as those without a technical background.
It includes very basic authentication logic, such as user registration and login.
Since it uses TypeScript, which is familiar to frontend developers, it's a great starting point.
Each folder contains a README.md file with simple code explanations. Below are links to external documents.

  1. What is NestJS?
  2. Why should you use this project when first learning NestJS?
  3. What is a Guard?
  4. What is JWT?
  5. When should you use the passport.js module?



이 프로젝트는 처음 서버를 시작하려고 하는 클라이언트 개발자나, 비전공자에게 도움을 주기 위하여 만들어졌습니다.
아주 기본적인 회원가입과 로그인 '인증'로직을 담고 있습니다.
클라이언트 개발자에게 익숙한 TypeScript를 사용하기 때문에 첫 시작으로 아주 좋습니다.
각 폴더의 README.md파일에 간단한 코드 설명이 있습니다. 아래는 외부로 연결되는 문서들입니다.

  1. NestJS란 무엇인가요?
  2. NestJS 첫 학습 시 이 프로젝트를 사용해야 하는 이유
  3. Guard란 무엇일까?
  4. JWT란 무엇일까?
  5. passport.js 모듈은 어떨 때 쓸까?

tet

Clone this wiki locally