Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thatconference/that-api-help
THAT help api. Supporting things like https://speaker.help
https://github.com/thatconference/that-api-help
Last synced: about 13 hours ago
JSON representation
THAT help api. Supporting things like https://speaker.help
- Host: GitHub
- URL: https://github.com/thatconference/that-api-help
- Owner: ThatConference
- License: gpl-3.0
- Created: 2023-04-27T13:51:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-15T13:21:00.000Z (3 months ago)
- Last Synced: 2024-08-16T00:16:52.591Z (3 months ago)
- Language: JavaScript
- Size: 1.27 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# THAT Help Api
[![Actions Status](https://github.com/ThatConference/that-api-help/workflows/Push%20Master%20CI/badge.svg)](https://github.com/ThatConference/that-api-help/workflows/actions)
## Dependencies
- Node `18+`
## 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:8007/](http://localhost:8007/) or [http://localhost:8007/graphql](http://localhost:8007/graphql)