Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 669 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 669 Bytes

Nest Logo

Description

一个基于graphqlAPI服务, 底层使用nestjs, 短信服务和图片存储等,则是使用第三方阿里云全家桶处理。

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod