Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prisma-cms/server
https://github.com/prisma-cms/server
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/prisma-cms/server
- Owner: prisma-cms
- Created: 2018-10-03T14:53:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T06:40:00.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T18:58:08.189Z (about 1 month ago)
- Language: JavaScript
- Size: 1.64 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: CONTRIBUTING.md
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