Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sky0621/fs-mng-review
https://github.com/sky0621/fs-mng-review
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sky0621/fs-mng-review
- Owner: sky0621
- Created: 2020-05-11T18:45:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T21:45:21.000Z (about 2 years ago)
- Last Synced: 2023-02-28T01:01:53.688Z (almost 2 years ago)
- Language: Vue
- Size: 3.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fs-mng-review
## 機能
### コンテンツ審査
- プレオーダー
- オーダー### 審査機関(facility)の管理
- ラインナップ提供 [gRPC]### レコード(議事録)管理
- オーダー毎の全レコード提供 [gRPC]## 技術
### golang
```bash
$ go version
go version go1.13.9 linux/amd64
```### Auth0
### GCP
#### Cloud Pub/Sub### frontend
#### yarn
```
$ yarn -v
1.22.4
```#### create
```
$ yarn create nuxt-app nuxt-appcreate-nuxt-app v2.15.0
✨ Generating Nuxt.js project in nuxt-app
? Project name nuxt-app
? Project description My splendid Nuxt.js project
? Author name sky0621
? Choose programming language TypeScript
? Choose the package manager Yarn
? Choose UI framework Vuetify.js
? Choose custom server framework None (Recommended)
? Choose the runtime for TypeScript @nuxt/typescript-runtime
? Choose Nuxt.js modules Axios, DotEnv
? Choose linting tools ESLint, Prettier
? Choose test framework Jest
? Choose rendering mode Single Page App
? Choose development tools (Press to select, to toggle all, to invert selection)```