https://github.com/topfullstack/nest-blog-api
B站全栈之巅:基于TypeScript的NodeJs框架:NestJs开发博客API (node.js+nest.js)
https://github.com/topfullstack/nest-blog-api
nest nestjs nodejs restful typescript
Last synced: about 1 year ago
JSON representation
B站全栈之巅:基于TypeScript的NodeJs框架:NestJs开发博客API (node.js+nest.js)
- Host: GitHub
- URL: https://github.com/topfullstack/nest-blog-api
- Owner: topfullstack
- Created: 2019-10-10T11:45:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:21:11.000Z (over 3 years ago)
- Last Synced: 2025-04-17T00:17:50.566Z (about 1 year ago)
- Topics: nest, nestjs, nodejs, restful, typescript
- Language: TypeScript
- Size: 407 KB
- Stars: 39
- Watchers: 2
- Forks: 11
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 基于TypeScript的NodeJs框架:NestJs开发博客API (node.js+nest.js)
### 本项目为B站全栈之巅[《基于TypeScript的NodeJs框架:NestJs开发博客API (node.js+nest.js)》](https://www.bilibili.com/video/av66475543/)视频教程源码
## 启动
1. `yarn` 或 `npm i` 安装
1. `yarn start:dev` 或 `npm run start:dev` 启动
1. 访问接口文档: http://localhost:5000/api-docs
## 参考
- https://docs.nestjs.com/
- https://github.com/kpfromer/nestjs-typegoose
- https://github.com/typegoose/typegoose