https://github.com/oae/openapi
One api to query them all
https://github.com/oae/openapi
bull docker docker-compose graphql graphql-yoga nodejs redis
Last synced: about 1 year ago
JSON representation
One api to query them all
- Host: GitHub
- URL: https://github.com/oae/openapi
- Owner: oae
- License: mit
- Created: 2018-10-15T19:29:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T14:48:12.000Z (over 7 years ago)
- Last Synced: 2025-05-14T16:37:01.784Z (about 1 year ago)
- Topics: bull, docker, docker-compose, graphql, graphql-yoga, nodejs, redis
- Language: JavaScript
- Homepage: https://openapi.github.io/openapi/
- Size: 1.82 MB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Open API GraphQL [](https://travis-ci.com/openapi/openapi)
[](https://sourcerer.io/fame/oae/openapi/openapi/links/0)[](https://sourcerer.io/fame/oae/openapi/openapi/links/1)[](https://sourcerer.io/fame/oae/openapi/openapi/links/2)[](https://sourcerer.io/fame/oae/openapi/openapi/links/3)[](https://sourcerer.io/fame/oae/openapi/openapi/links/4)[](https://sourcerer.io/fame/oae/openapi/openapi/links/5)[](https://sourcerer.io/fame/oae/openapi/openapi/links/6)[](https://sourcerer.io/fame/oae/openapi/openapi/links/7)
## :computer: Development
### Requirements:
- yarn
- docker
- docker-compose
Clone the repository:
```sh
git clone git@github.com:openapi/openapi.git
```
Copy `.env.example`:
```sh
cp .env.example .env
```
Fill the `.env` with api keys you obtained from relevant plugins
Start `api` and all of it's dependencies in development mode:
```
yarn dev
```
## :rocket: Deployment
Clone the repository:
```sh
git clone git@github.com:openapi/openapi.git
```
Copy `.env.example`:
```sh
cp .env.example .env
```
Fill the `.env` with api keys you obtained from relevant plugins
Start the project in background
```
docker-compose up --build -d
```