Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riginoommen/summit-graphql-demo-service
GraphQL Demo Server for Summit@Sites
https://github.com/riginoommen/summit-graphql-demo-service
Last synced: about 1 month ago
JSON representation
GraphQL Demo Server for Summit@Sites
- Host: GitHub
- URL: https://github.com/riginoommen/summit-graphql-demo-service
- Owner: riginoommen
- Created: 2020-05-11T16:31:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:30:57.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T07:03:00.619Z (7 months ago)
- Language: TypeScript
- Size: 2.79 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SummitGraphqlDemo Microservice
=================================================One platform's server-side SummitGraphqlDemo GraphQL microservice.
Switch to the working directory
------------`cd summit-graphql-demo-service`.
Copy Certificates
------------1. Copy the SSL paths to the `.env` file of `summit-graphql-demo` microservice.
Start Microservice
------------1. Run `npm build:dev` to generate a build for dev env and `npm build` for production build.
2. Run `npm start` to run your microservice for dev env.Testing
------------1. Run `npm test` to run default tests.