- Notifications
You must be signed in to change notification settings - Fork7
BIP-TeamVN/eCommerceWebsite
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Technical:JSP (JakartaServerPages) andServlet
Database:
- Relational database management system :MySQL 5.7
- Object-relational mapping :Hibernate 5.4.10.Final
- Administrative units of Vietnam in database getfromGENERAL STATISTICS OFFICE OF VIETNAM
Front-end frameworks :
- Bootstrap 4.5.3 - Open source front endframework
- jQuery 3.5.1 - Fast, small, and feature-rich JavaScript library
- AJAX (AsynchronousJavaScriptandXML) - send and retrieve data from a serverasynchronously without interfering with the display and behaviour of the existing page.
- Slim Select 2 - Slim advanced select dropdown
- Argon dashboardbyCreative Tim
Design pattern :Model - View - Controller (MVC)
Integrated development environment (IDE) :IntelliJ IDEA 2020
eCommerceWebsite├── db│ ├── Database.sql (Script MYSQL create database)│ ├── ScriptInsert.sql (Script MYSQL insert sample data)│ ├──vietnam-zone.xls (Excel file contain Administrative units of Vietnam)├── src│ ├── main│ │ ├──java│ │ │ ├──com.hknp.controller│ │ │ │ └── api (REST API)│ │ │ │ └── filter (Servlet filter)│ │ │ │ └── common (common controller for all user's page)│ │ │ │ └── admin (controller for admin page)│ │ │ │ └── delivery (controller for delivery page)│ │ │ │ └── employee (controller for employee page)│ │ │ │ └── seller (controller for seller page)│ │ │ │ └── web (controller for guest & customer page)│ │ │ ├──com.hknp.interfaces│ │ │ ├──com.hknp.model│ │ │ │ └── dao (data access object with singleton pattern)│ │ │ │ └── enity (Entity Bean class)│ │ │ │ └── domain│ │ │ ├──com.hknp.utils│ │ ├──webapp│ │ │ ├──WEB-INF│ │ │ │ └───web.xml│ │ │ ├──assets│ │ │ │ └── css (argon css && custom css)│ │ │ │ └── fonts (nucleo font)│ │ │ │ └── img (images)│ │ │ │ └── js (custom javascript)│ │ │ │ └── vendor (front-end frameworks)│ │ │ ├──common (common components for all jsp page)│ │ │ ├──view│ │ │ │ └── admin (contain admin pages)│ │ │ │ └── delivery (contain delivery pages)│ │ │ │ └── employee (contain employee pages)│ │ │ │ └── seller (contain seller pages)│ │ │ │ └── web (contain guest & customer pages)│ │ │ ├── index.jsp (redirect to /home)└──pom.xml (Acronym for Project Object Model)
Please set environment variables for SMTP mail before run.
Variables | Require | Description | Default |
---|---|---|---|
SMTP_HOST | ❌ | The SMTP server to connect to | smtp.gmail.com |
SMTP_PORT | ❌ | The SMTP server port to connect to, if the connect() method doesn't explicitly specify one | 587 |
SMTP_USERNAME | ✔ | Username for SMTP Authenticator | |
SMTP_PASSWORD | ✔ | Password for SMTP Authenticator | |
SMTP_ADDRESS | ✔ | Email address to use for SMTP MAIL command. This sets the envelope return address |
If use Tomcat on window, set environment variables by add this line below to file setenv.bat
set "SMTP_USERNAME=<YOUR_SMTP_USERNAME>"set "SMTP_PASSWORD=<YOUR_SMTP_PASSWORD>"set "SMTP_ADDRESS=<YOUR_SMTP_PASSWORD>"
About
eCommerce Website
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Contributors4
Uh oh!
There was an error while loading.Please reload this page.