N-blog is a Chinese-language Node.js course built around creating a multiuser blogging application with Express and MongoDB. It teaches the surrounding platform before guiding readers through the complete example project. Early chapters cover Node.js installation, module exports, promises, environment variables, package metadata, npm, routing, templates, middleware, and error handling. The application section adds configuration, database access, sessions, flash messages, permissions, registration, login, and file uploads. Users can publish, view, edit, and delete posts as well as create and remove comments. Later lessons introduce logging, automated testing, coverage, process management, and several deployment targets. The repository includes both the written book and the working source structure.
Features
- Express and MongoDB blog application
- User registration, login, and sessions
- Post publishing, editing, and deletion
- Comment creation and removal
- Logging, testing, and deployment lessons
- Written course and complete source code