Skip to content

Latest commit

 

History

History

rest-jwt

REST with JWT

Notes:

  • You can create the virtual environments in each sub-directory as follows:

    python3 -m venv venv
    ./venv/bin/pip install -r requirements.txt
    
  • The REST APIs get started via:

    ./venv/bin/python app.py
    
  • Other models get launched via ./venv/bin/python FILE.py

  • curl is used to simulate clients in some of the examples, otherwise the requests Python library is used.