Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

meeshkan/meeshkan-hosted-schema-builder

Repository files navigation

Build Status MIT licensed

meeshkan-hosted-schema-builder

The meeshkan schema builder exposed as a HTTP API.

To use the hosted service, visit meeshkan.io/schema-builder. Commits on the master branch are automatically deployed there.

Read on for how to develop and run locally.

Setup

Create an isolated Python environment and activate it:

python3 -m venv env
source env/bin/activate

Install dependencies:

pip install -r requirements.txt -r requirements-dev.txt

Running locally

Run the application with python main.py.

Running tests

Run ./check.sh.