This repository aims to provide a starting point for developing a Python-based marketplace web application.
This repository serves as a foundational framework for developing a Python-based marketplace web application, encompassing core features such as user registration and authentication, product listing and management, basic search functionality, and a user-friendly interface, providing a robust starting point for developers seeking to build a dynamic and scalable online marketplace platform.
- Install python
- Install & upgrade pip
python -m ensurepip --upgrade
python get-pip.py
python -m pip install --upgrade pip
- Install flask
pip install Flask
- Install requests
pip install requests
- Clone this Repository
git clone https://github.com/guanshiyin28/Python-Marketplace-Website.git
- Direct to the directory
cd Python-Marketplace-Website
- Run with python and see through the localhost
python app.py