Run the example applicationΒΆ

Input these commands in the terminal to run the example application:

$ git clone https://github.com/ImJuanan/flask-milligram.git
$ cd flask-milligram/examples
$ pipenv install
$ pipenv run python app.py

Now go to http://localhost:5000.