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.
- User registration and authentication
- Product listing and management
- Basic search functionality
- User-friendly interface
- Python
- Flask
- Requests
-
Install python Download the latest version of Python from the official website: https://www.python.org/downloads/ Follow the instructions to install Python on your system.
-
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.pyThis project is licensed under the MIT License. See the LICENSE file for details.
