Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (19 loc) · 625 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 625 Bytes

Development Status

Build Status codecov.io

How to run the server

# Create python virtualenv
$ virtualenv venv
# Activate virtualenv
$ source venv/bin/activate
# Install requirements of python package
$ pip install -r requirements.txt
# Run the server
$ python app.py
# URL: localhost

How to run the server unit tests

$ python app_test.py