Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kimduong322/webstore
Source code for WEBSTORE spring mvc web application
https://github.com/kimduong322/webstore
ajax-request jsp jstl spring spring-flow spring-mvc spring-security
Last synced: 5 days ago
JSON representation
Source code for WEBSTORE spring mvc web application
- Host: GitHub
- URL: https://github.com/kimduong322/webstore
- Owner: kimduong322
- Created: 2023-01-10T16:46:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T02:57:18.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T04:01:40.572Z (over 1 year ago)
- Topics: ajax-request, jsp, jstl, spring, spring-flow, spring-mvc, spring-security
- Language: Java
- Homepage:
- Size: 1.31 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to WEBSTORE !
Webstore is a web application for selling Laptops Smart-phone, Tablet. Here, customers can see product details and order anything available in the store.
# Software Requirements for develop1. Java Platform(JDK) 8 or higher version
2. Apache-maven-3.8.6
3. Tomcat Server 8.5
4. Eclipse for Enterprise Java and Web developer.
5. Postman Chorme App
# Technical
1. Spring web-mvc framework
2. HyperSQL DataBase
3. Spring Security, RESTful Service with Ajax, Spring Web flow
4. JSP/JSTL
5. Spring MVC Test for test unit,...# Database design
The following picture is database design of WEBSTORE web application.
![database_design](https://images.viblo.asia/3ecd408e-264a-4814-8fb2-1d81f321600f.png)More in [src/main/resources/db/sql/create-table.sql](https://github.com/kimduong322/webstore/blob/master/src/main/resources/db/sql/create-table.sql)
# Getting Started
1. Clone repository
2. Download Tomcat Server 8.5
3. Run on Server
4. ADMIN USER for using all feature: id:admin - password:root123# Related book
Spring MVC: Beginner's Guide Second Edition - Amuthan Ganeshan# Some information about WEBSTORE
You can see showcase of the application in [showcase](./showcase.md)