Skip to content

oae/openapi

Repository files navigation

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