Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prisma-cms/server


https://github.com/prisma-cms/server

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

        

# @prisma-cms/server
See [instruction](https://github.com/prisma-cms/boilerplate#readme) for install.

### Deploy schema
endpoint=http://localhost:4466/{project}/{stage} yarn deploy

### Start server
endpoint=http://localhost:4466/{project}/{stage} yarn start

### Attention! node-js 10+ required

## Get remote API schema and build graphql fragments
yarn get-api-schema --endpoint, -e Endpoint name or URL
yarn build-api-fragments