Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkhuangfu/koa-ts
back services powered by koa2 & node & typescript
https://github.com/jkhuangfu/koa-ts
jwt koa koa2 log4js mysql oauth2 redis session socke-io wechat
Last synced: 6 days ago
JSON representation
back services powered by koa2 & node & typescript
- Host: GitHub
- URL: https://github.com/jkhuangfu/koa-ts
- Owner: jkhuangfu
- License: mit
- Created: 2019-12-09T10:26:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T06:43:12.000Z (about 2 years ago)
- Last Synced: 2023-03-04T10:39:27.555Z (over 1 year ago)
- Topics: jwt, koa, koa2, log4js, mysql, oauth2, redis, session, socke-io, wechat
- Language: TypeScript
- Homepage:
- Size: 481 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# koa2-ts
> node koa2 typescript
## 个人学写
> 包含技术栈:koa2、typescript、 jsonwebtoken、 redis、 mysql、 log4js、 session、socket.io、oauth
## 启动需要的 DB 服务 支持
> mysql(5.7) redis
## Start
```
1、安装依赖 yarn
2、启动项目 npm run dev 或 yarn dev
```## Build
```
1、npm run build 或 yarn build2、cd build
3、yarn install --production || npm install --production
4、npm run start || yarn start (需要全局安装pm2 npm i -g pm2)
```### Visitors Count