https://github.com/prisma-cms/server
https://github.com/prisma-cms/server
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prisma-cms/server
- Owner: prisma-cms
- Created: 2018-10-03T14:53:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T06:40:00.000Z (over 3 years ago)
- Last Synced: 2025-02-15T20:52:52.549Z (over 1 year 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