https://github.com/kangood/blog-api
使用 NestJS + TypeORM 搭建 Blog 后端服务
https://github.com/kangood/blog-api
jwt mysql nestjs typeorm typescript
Last synced: 5 months ago
JSON representation
使用 NestJS + TypeORM 搭建 Blog 后端服务
- Host: GitHub
- URL: https://github.com/kangood/blog-api
- Owner: kangood
- Created: 2023-11-16T01:13:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-29T08:03:07.000Z (almost 2 years ago)
- Last Synced: 2025-02-25T06:19:29.137Z (over 1 year ago)
- Topics: jwt, mysql, nestjs, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 273 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Blog Api
技术栈:
- 主要技术:NestJS + TypeScript
- ORM:TypeORM
- 数据库:MySQL
- 权限认证:NestJS/JWT
博客前台:[Blog Web](https://github.com/kangood/blog-web)
博客后台:[Blog Admin](https://github.com/kangood/blog-admin)