Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thatconference/that-api-sessions
https://github.com/thatconference/that-api-sessions
apollo-federation apollo-server apollo-server-micro graphql hacktoberfest serverless
Last synced: about 13 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/thatconference/that-api-sessions
- Owner: ThatConference
- License: gpl-3.0
- Created: 2019-10-21T10:59:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T21:31:09.000Z (3 months ago)
- Last Synced: 2024-08-23T22:26:21.158Z (3 months ago)
- Topics: apollo-federation, apollo-server, apollo-server-micro, graphql, hacktoberfest, serverless
- Language: JavaScript
- Homepage:
- Size: 4.67 MB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template-graph-server
[![Push Master CI for Google Cloud Run](https://github.com/ThatConference/that-api-sessions/actions/workflows/pushMasterCi_GRun.yml/badge.svg)](https://github.com/ThatConference/that-api-sessions/actions/workflows/pushMasterCi_GRun.yml)
## Dependencies
- Node `14+`
## Setup and Configuration
- Install node.js in use: `nodenv install $(cat .node_version)`
- Load dependencies: `npm i`setup notes:
- we use nodenv to manage node.js - [https://github.com/nodenv/nodenv](https://github.com/nodenv/nodenv)
## .env
You will need to add a `.env` file to your source. See the .env.sample included in the source base for the keys.
## Running
The main development starting point is `npm run start:watch`
- `npm run start:watch` to run with a watcher.
- `npm run start` to just run`.## Endpoints
- Endpoint: [http://localhost:8003/](http://localhost:8003/) or [http://localhost:8003/graphql](http://localhost:8003/graphql)