Skip to content

2024年6月 三江学院Web前端实训 开发仓库

Notifications You must be signed in to change notification settings

goblock2021/GStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GStore

这是一个使用Python和JavaScript开发的游戏商店项目。项目使用了Flask框架,并使用SQLite作为数据库。

项目特性

  • 用户注册和登录功能
  • 游戏搜索和筛选功能
  • 购物车
  • 订单创建和支付(需要额外配置支付接口)功能
  • 后台管理模块,包括游戏的增删改查
  • 定时任务,用于检查订单是否过期

项目结构

主要的Python代码位于app.py文件中,包括了路由和数据库模型。

前端代码主要在templates文件夹中,使用了HTML和JavaScript。

数据库文件为instance/web_data.db,使用SQLite作为数据库。

static文件夹中包含了一些静态资源,如图片和CSS文件。

如何运行

  1. 确保你的环境中已经安装了Python和pip。
  2. 克隆项目到本地:
    git clone https://github.com/goblock2021/GStore.git
    cd GStore
  3. (可选) 使用虚拟环境:
    python -m venv ./venv
    venv\Scripts\activate
  4. 安装项目依赖:
    pip install -r requirements.txt
  5. 运行项目:
    python app.py

贡献

欢迎任何形式的贡献,包括但不限于提交问题、提出改进建议、提交Pull Request。

联系方式

如果你有任何问题或者建议,欢迎通过GitHub Issues与我联系。

About

2024年6月 三江学院Web前端实训 开发仓库

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published