Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 590 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 590 Bytes

request-constraints

tests request constraints logic

Run example web app

Requires Python 3.8 with conda:

conda create --name constraints python=3.8
conda activate constraints
conda install -c conda-forge tranquilizer
conda install -c conda-forge werkzeug==2.1.2

Open a shell and type:

make api_server

Open another shell and type:

make web_app

Now you should have two servie running:

Open the browser on http://locahost:8085 (or type make open).