/opeb-submission-api

OpenEBench submission REST API

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

opeb-submission-api

Summary

Requirements

  pip3 install pipenv
  pipenv install -r requirements.txt
  yarn global add check_api

Usage

Spec

Generate and validate the API spec against OpenAPIv3

pipenv run './api.py spec'

API

Server the API

pipenv run './api.py api'