https://github.com/mskcc/smile-graphql-client
https://github.com/mskcc/smile-graphql-client
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mskcc/smile-graphql-client
- Owner: mskcc
- License: agpl-3.0
- Created: 2022-07-20T18:56:55.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T15:58:07.000Z (over 3 years ago)
- Last Synced: 2025-01-10T21:22:10.257Z (over 1 year ago)
- Language: JavaScript
- Size: 126 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SMILE Neo4j GraphQL Client
## Run
Make sure you have installed the node version and yarn version specified in
[package.json](https://github.com/mskcc/smile-dashboard/blob/master/package.json).
> **Tip:** We recommend that you use [nvm: Node Version Manager](https://github.com/nvm-sh/nvm) and [yvm: Yarn Version Manager](https://yvm.js.org/docs/overview) to switch between versions more easily.
Remove old compiled `node_modules` if it exists
```
rm -rf node_modules
```
To install all app dependencies
```
npm install
```
Make a copy of [./env/application.properties.EXAMPLE](./env/application.properties.EXAMPLE) and save as `./env/application.properties`.
Fill out the properties in `./env/application.properties`.
To run launch the GraphQL client:
```
node index.js
```
The GraphQL client will be available at `http://localhost:4000` and the Apollo GraphQL can connect at `http://localhost:4000/graphql`