Skip to content
This repository was archived by the owner on Jul 14, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 419 Bytes

File metadata and controls

25 lines (18 loc) · 419 Bytes

Human API Server

Overview

This server is based on the spec defined here

Requirements

Python 3.7.2+

Usage

To run the server, please execute the following from the root directory:

./bin/run

Your Swagger definition will be here:

http://localhost:8080/swagger.json

To run the integration tests, use:

./bin/test