Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thatconference/that-api-partners


https://github.com/thatconference/that-api-partners

apollo-federation apollo-server apollo-server-micro graphql hacktoberfest serverless

Last synced: about 13 hours ago
JSON representation

Awesome Lists containing this project

README

        

# THAT Partners Api

[![Actions Status](https://github.com/ThatConference/that-api-partners/workflows/Push%20Master%20CI/badge.svg)](https://github.com/ThatConference/that-api-partners/workflows/actions)

## 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:8002/](http://localhost:8002/) or [http://localhost:8002/graphql](http://localhost:8002/graphql)