Skip to content

guanshiyin28/Python-Marketplace-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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.



Steps

  1. Install python

  1. Install & upgrade pip
python -m ensurepip --upgrade
python get-pip.py
python -m pip install --upgrade pip

2

  1. Install flask
pip install Flask

3

  1. Install requests
pip install requests

4

  1. Clone this Repository
git clone https://github.com/guanshiyin28/Python-Marketplace-Website.git

5

  1. Direct to the directory
cd Python-Marketplace-Website

6

  1. Run with python and see through the localhost
python app.py

7