Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myesn/koa-boilerplate
node.js + typescript + koa + mongodb 简单项目模板
https://github.com/myesn/koa-boilerplate
koa koa2 mongodb nodejs typescript
Last synced: about 2 months ago
JSON representation
node.js + typescript + koa + mongodb 简单项目模板
- Host: GitHub
- URL: https://github.com/myesn/koa-boilerplate
- Owner: myesn
- Archived: true
- Created: 2022-02-09T08:37:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T02:59:54.000Z (over 2 years ago)
- Last Synced: 2024-09-22T08:02:30.534Z (about 2 months ago)
- Topics: koa, koa2, mongodb, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 152 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# koa-boilerplate
该 repo 作为最小版本的 koa restful api 项目模板
node.js + typescript + koa + mongodb
## 主要依赖库
- typescript
- ts-node
- nodemon
- concurrently
- koa
- @koa/cors
- @koa/router
- koa-bodyparser
- koa-json
- koa-logger
- mongodb
- dayjs
- joi
- qs
- @tsconfig/node16
- ...