Example project

A simple app that allows you to save a name to the server and change it over and over again.

image

Running the app

To run this app, here are a few things you need to do:

  1. Install it's dependencies:
pip install -r requirements.txt
  1. Run the main.py file with this command:
python main.py

# or

python3 main.py

When the app is running, open http://127.0.0.1:5000 in your browser to access it.