https://github.com/yangfei4913438/water-drop-server
https://github.com/yangfei4913438/water-drop-server
ali-oss ali-sms graphql graphql-server nestjs oss redis signature typeorm
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yangfei4913438/water-drop-server
- Owner: yangfei4913438
- Created: 2023-05-20T07:19:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T09:40:30.000Z (about 2 years ago)
- Last Synced: 2025-02-11T17:55:47.876Z (4 months ago)
- Topics: ali-oss, ali-sms, graphql, graphql-server, nestjs, oss, redis, signature, typeorm
- Language: TypeScript
- Homepage:
- Size: 748 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
一个基于`graphql`的`API`服务, 底层使用`nestjs`, 短信服务和图片存储等,则是使用第三方阿里云全家桶处理。
- PC客户端: [water-drop-pc](https://github.com/yangfei4913438/water-drop-pc)
- H5客户端: [water-drop-mobile](https://github.com/yangfei4913438/water-drop-mobile)
## Installation
```bash
$ yarn install
```## Running the app
```bash
# development
$ yarn run start# watch mode
$ yarn run start:dev# production mode
$ yarn run start:prod
```