MDN Learn web development: Server-side website programming - Express web framework
- TOC {:toc}
Description
MDN에서 제공하는 Web 자습서 중 서버 사이드 웹 프로그래밍의 세 번째 모듈이다.
Node.js의 프레임워크인 Express.js의 기본적인 내용을 다룬다.
Review
Progress
- 기간: 2021.11.13 -
- [X] 2021.11.29 Express/Node introduction
- [X] 2021.11.29 Setting up a Node (Express) development environment
- [X] 2021.11.29 Express tutorial: The Local Library website
- [X] 2021.12.08 Express Tutorial Part 2: Creating a skeleton website
- [X] 2021.12.13 Express Tutorial Part 3: Using a database (with Mongoose)
- [X] 2022.01.10 Express Tutorial Part 4: Routes and controllers
- [X] 2022.02.26 Express Tutorial Part 5: Displaying library data
- [X] 2022.03.29 Express Tutorial Part 6: Working with forms
- [ ] Express Tutorial Part 7: Deploying to production