This is an example of a Web server development using Flask
Prerequisites as Follows: -- install the latest Python on your system going to the Python websites -- -- install Flask with the command: pip install flask --
To Run the app: use the code in your terminal within the project directory: flask run --debug Notes: A json file is used as a database storage A Django version of this project is also in my repository