oae / openapi

One api to query them all

Home Page:https://openapi.github.io/openapi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open API GraphQL Build Status

💻 Development

Requirements:

  • yarn
  • docker
  • docker-compose

Clone the repository:

git clone git@github.com:openapi/openapi.git

Copy .env.example:

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

🚀 Deployment

Clone the repository:

git clone git@github.com:openapi/openapi.git

Copy .env.example:

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

About

One api to query them all

https://openapi.github.io/openapi/

License:MIT License


Languages

Language:JavaScript 98.6%Language:Dockerfile 1.4%