Now that your dependencies are installed and the expected database is built start the application with flask run
This application can handle GET requests at localhost:8080/token. It will automatically generate and store valid tokens in the database.
This application can also handle POST requests at localhost:8080/verify. Requests must be valid JSON request with Content-Type: application/JSON headers. This API expects this format: {"token": "1'=Y..."}