pip3 install pipenv
pipenv install -r requirements.txt
yarn global add check_api
Generate and validate the API spec against OpenAPIv3
pipenv run './api.py spec'
Server the API
pipenv run './api.py api'
OpenEBench submission REST API
pip3 install pipenv
pipenv install -r requirements.txt
yarn global add check_api
Generate and validate the API spec against OpenAPIv3
pipenv run './api.py spec'
Server the API
pipenv run './api.py api'