BACKEND·중요도 6·2026. 05. 15.·Dev.to
Dominando o Express: partials, sessões, CRUD REST, filtros e páginas de erro
── KO ──────────────────
Express로 MVC 웹 애플리케이션 구축에 대한 튜토리얼입니다.
이 튜토리얼은 Express 프레임워크로 MVC 구조의 웹 애플리케이션을 만드는 방법을 설명합니다. 세션 관리, RESTful CRUD 구현, 접근 제한 필터 설정, 사용자 친화적인 오류 페이지 만들기 등을 다룹니다. 최종적으로 사용자는 인증을 통해 연락처를 관리하고, 지정된 권한이 없을 경우 접근이 차단되며, 문제가 발생했을 때는 커스터마이징된 페이지를 보게 됩니다.
── EN ──────────────────
A tutorial on building an MVC web application using Express.
This tutorial explains how to create a web application using the Express framework with MVC architecture. It covers session management, implementing RESTful CRUD, setting up access control filters, and creating user-friendly error pages. Ultimately, users will authenticate to manage contacts, be blocked from restricted areas, and see customized pages when issues arise.