https://github.com/thatconference/that-api-communications
That notifications api service
https://github.com/thatconference/that-api-communications
Last synced: 2 months ago
JSON representation
That notifications api service
- Host: GitHub
- URL: https://github.com/thatconference/that-api-communications
- Owner: ThatConference
- License: gpl-3.0
- Created: 2021-03-03T16:04:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T16:04:11.000Z (9 months ago)
- Last Synced: 2025-01-20T05:40:59.176Z (4 months ago)
- Language: JavaScript
- Size: 1.37 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# THAT communications Api
All things communications and querying data for them.
[](https://github.com/ThatConference/that-api-communications/actions/workflows/pushMainCi_GRun.yml)
[](https://github.com/ThatConference/that-api-communications/actions/workflows/ci_onPushMain.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:8006/](http://localhost:8006/) or [http://localhost:8006/graphql](http://localhost:8006/graphql)