Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.