# flask商城系统 **Repository Path**: quaint1/flask-mall-system ## Basic Information - **Project Name**: flask商城系统 - **Description**: flask商城系统,可评论,收藏商品等功能。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-05-15 - **Last Updated**: 2025-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Shopping Cart A simple E-commerce website using Flask. ## Dependencies ## 1. Python3 2. Flask 3. Sqlite ## How to run ## 1. Set up database by running database.py (Or you can reuse existing database included in the repo) 2. Run main.py 3. Enter localhost:5000 in the browser ## Pipenv instructions ## 1. Install pipenv (python3 -m pip install --user pipenv) 2. Install dependencies (pipenv install --dev) 3. Setup database (pipenv run python database.py) 4. Run the server (pipenv run python main.py) 5. Enter localhost:5000 in the browser ## Sample User ## Sample credentials present in existing database: Username - sample@example.com Password - sample