All Projects → hsingyin → Estore

hsingyin / Estore

Licence: mit
一个基于JavaWeb的网上电子购物城项目,实现展示商品、购买商品、提交订单、持久化保存到数据库等基本功能

Programming Languages

java
68154 projects - #9 most used programming language
javaweb
17 projects

Projects that are alternatives of or similar to Estore

Online study system
在线学习管理系统,SSM框架的简单实践
Stars: ✭ 74 (-52.87%)
Mutual labels:  jsp, bootstrap
Cms
Modular CMS powered by CakePHP
Stars: ✭ 163 (+3.82%)
Mutual labels:  mvc, bootstrap
Attend
JSP+Servlet+JDBC+MySQL+Bootstrap搭建的一个简单的考勤系统
Stars: ✭ 81 (-48.41%)
Mutual labels:  jsp, bootstrap
Lad
👦 Lad is the best Node.js framework. Made by a former Express TC and Koa team member.
Stars: ✭ 2,112 (+1245.22%)
Mutual labels:  mvc, bootstrap
Stock Management System
An Introductory Stock Management System built on PHP, jQuery with AJAX in MVC pattern.
Stars: ✭ 95 (-39.49%)
Mutual labels:  mvc, bootstrap
Carry
ClojureScript application framework.
Stars: ✭ 149 (-5.1%)
Mutual labels:  mvc
Ng Demo
🦴 Bare Bones Angular 10 and Angular CLI Tutorial
Stars: ✭ 154 (-1.91%)
Mutual labels:  bootstrap
Emacs Bootstrap
Your on-the-fly Emacs development environment.
Stars: ✭ 147 (-6.37%)
Mutual labels:  bootstrap
Sage
WordPress starter theme with a modern development workflow
Stars: ✭ 11,531 (+7244.59%)
Mutual labels:  bootstrap
Ihp
🔥 The fastest way to build type safe web apps. IHP is a new batteries-included web framework optimized for longterm productivity and programmer happiness
Stars: ✭ 2,746 (+1649.04%)
Mutual labels:  mvc
Architectui Html Theme Free
ArchitectUI Dashboard Free is lightweight and comes packed with the minimal set of components to get you started. If you have a simple application, it’s the perfect solution for you. It’s built on top of Bootstrap 4 and features a scalable architecture just like it’s wiser, older sibling – ArchitectUI HTML Pro theme.
Stars: ✭ 155 (-1.27%)
Mutual labels:  bootstrap
Keera Hails
Keera Hails: Haskell on Rails - Reactive Programming Framework for Interactive Haskell applications
Stars: ✭ 153 (-2.55%)
Mutual labels:  mvc
Hiboot
hiboot is a high performance web and cli application framework with dependency injection support
Stars: ✭ 150 (-4.46%)
Mutual labels:  mvc
Angular Bootstrap Checkbox
A checkbox for AngularJS styled to fit the Twitter Bootstrap standard design
Stars: ✭ 154 (-1.91%)
Mutual labels:  bootstrap
Php Msf
PHP微服务框架即Micro Service Framework For PHP
Stars: ✭ 1,764 (+1023.57%)
Mutual labels:  mvc
Startbootstrap Creative
Start Bootstrap is an open source library of free Bootstrap themes and templates. All of the free themes and templates on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 1,900 (+1110.19%)
Mutual labels:  bootstrap
Bootstrap Themes
Free, open source Bootstrap 4 themes
Stars: ✭ 147 (-6.37%)
Mutual labels:  bootstrap
Aspnetcore
ASP.NET Core Extension Library
Stars: ✭ 152 (-3.18%)
Mutual labels:  mvc
Hugo Agency Theme
Port of Startbootstrap's Agency theme to Hugo
Stars: ✭ 155 (-1.27%)
Mutual labels:  bootstrap
Php Ddd Skeleton
🐘🚀 PHP DDD Skeleton: Bootstrap your new projects or be inspired by this example project
Stars: ✭ 152 (-3.18%)
Mutual labels:  bootstrap

EStore百脑汇

一、起步

  • 简介

    一个基于JavaWeb的网上电子城项目,这个项目可以熟悉MVC开发模式,方便以后学习SSM等技术

  • 使用技术

    • IDE:Eclipse
    • 数据库:MySQL
    • 数据源:C3P0
    • JDBC 工具:DBUtils
    • 前端框架:Bootstrap
    • Ajax 解决方案:jQuery + JavaScript + JSON + google-gson
  • 快速上手

    • 在你的MySQL中创建一个名为estore的数据库(字符编码gb2312),导入使用我提供的estore.sql
    • 使用eclipse导入项目
    • 用到的jar包在WEB-INF/lib目录下,记得添加tomcat的jar包,build path即可
    • 修改src/c3p0-config.xml中的数据库账号密码
    • 在eclipse中配置好tomcat,run on server即可

二、预览

1、首页

2、分页

3、范围筛选

4、购物车

5、结账

三、升级建议

因为时间问题没来得及增加和完善的功能和页面,可能会在之后提交更新,在此之前大家可以自己完善

  • 完善收藏功能

  • 重写商品详情页

  • 增加登陆注册功能

  • 增加个人中心功能

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].