Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:21:11.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T23:36:42.197Z (almost 2 years ago)
- Topics: nest, nestjs, nodejs, restful, typescript
- Language: TypeScript
- Size: 407 KB
- Stars: 35
- Watchers: 3
- Forks: 10
- 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