You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#install flask framework
pip install Flask
#run a test
$ FLASK_APP=run.py flask run
#test from commandline
curl localhost:5000/api/a
curl localhost:5000/api/b
Run with nginx/uwsgi