Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 270 Bytes

readme.md

File metadata and controls

34 lines (21 loc) · 270 Bytes

demo-python

Simple RESTful API and web client.

Requirements:

  • pipenv

Setup

pipenv --python 3

pipenv shell

pipenv install

API Server

Running on your local

cd api

./start.sh

Running Client

cd client

./start.sh