Skip to content

sha-env/Python-Marketplace-Website

Demo

Python Marketplace Website

This repository aims to provide a starting point for developing a Python-based marketplace web application.



Purpose of This Repository

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.



Features

  • User registration and authentication
  • Product listing and management
  • Basic search functionality
  • User-friendly interface


Technologies Used

  • Python
  • Flask
  • Requests


Steps

  1. 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.

  2. Install & upgrade pip

python -m ensurepip --upgrade python get-pip.py python -m pip install --upgrade pip
  1. Install flask
pip install Flask
  1. Install requests
pip install requests
  1. Clone this Repository
git clone https://github.com/guanshiyin28/Python-Marketplace-Website.git
  1. Direct to the directory
cd Python-Marketplace-Website
  1. Run with python and see through the localhost
python app.py


License

This project is licensed under the MIT License. See the LICENSE file for details.