Skip to content

bopen/request-constraints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).