This project is a simple marketplace application built with Flask.
It was created as a learning project to practice and apply key Flask concepts.
-
Create a
.flaskenvfile in the root directory of the project with the following content:FLASK_APP=project_run
-
Open your terminal in the project directory and run:
flask run
Open in browser:
http://127.0.0.1:5000/
Tutorial followed: