NestJS build blog system (11) – summary
The first 10 chapters of this series set up a simple blog system service. The main features include:
- Published articles
- Associated label
- Upload a file
- Login authentication
- Swagger document
The function such as
In the future, the system will be expanded from single-user system to multi-user system. Meanwhile, it will also develop message module, permission module, user management module and other functions. Thank you for reading, thank you!
A series of
- NestJS build blog system (a) – build a framework
- NestJS build blog system (2) – write static article CURD
- NestJS build blog system (3) – using TypeORM+Mysql to achieve data persistence
- NestJS build blog system (four) – use interceptor, exception filter to achieve a unified return format
- Use class-validator+ class validator to implement form validation
- NestJS build blog system (6) – Use Swagger to generate documents
- NestJS build blog system (7) – use JWT to register and log in
- NestJS build blog system (eight) – project optimization
- NestJS build blog system (nine) – tag module
- NestJS build blog system (10) – graph bed module