Complete E Commerce Javaspringhibernate And Mysql

Step-by-step guide on how to develop a complete E-Commerce website with both front-end and back-end

Last updated 2022-01-10 | 4.6

- Know how to develop the basic modules for an E-Commerce website
- know how to develop both front-end and back-end
- Know how to use HTML
- CSS to develop static page

What you'll learn

Know how to develop the basic modules for an E-Commerce website
know how to develop both front-end and back-end
Know how to use HTML
CSS to develop static page
Know how to use bootstrap to prettify the page
Know how to Javascript and JQuery to manipulate DOM object
Know how to use Thymeleaf as template engine
Know how to design a basic E-Commerce architecture
Know how to use Spring Boot to develop backend
know how to use the MVC pattern during development
know how to use MySQL database

* Requirements

* basic knowledge of HTML
* CSS
* Javascript
* Java
* Spring Framework
* Hibernate
* Thymeleaf
* MySQL

Description

WELCOME TO MY "COMPLETE E-COMMERCE COURSE - JAVA, SPRING, HIBERNATE AND MYSQL"!

You can find lowest price here:  

www.ldeng(dot)net/courses


Overview

This is a course about building a E-Commerce website using modern Java Full Stack technologies. Specifically, it's about building an online bookstore

It's about bookstore, but the modules developed in the course is similar for all E-Commerce website. Those modules contains:


- User Signup and Login

- User profile management

- Product Management

- Shopping Cart 

- Order checkout and order history

- Automatic email confirmation


As you can see, those modules are the basics for pretty much any E-Commerce website. Check out the preview lesson for a quick tour of the website!

From the architecture perspective, the system is divided into two parts - Bookstore and AdminPortal. Bookstore is the front-end website that customer will be using for submitting orders while AdminPortal is used for administration purpose. Presumably they will be running on two servers. The good side is the two apps are decoupled in some way so that they can be managed separately. The drawback would be that we need to maintain two copies of the code. We can see that throughout the course.


Why should I take this course?

Because you probably won't find another course out there on similar topic with similar length and detail. This course covers a wide range of topics on building an e-commerce website . It is a step-by-step guide with most of the code hand typing. 

There are students from my other courses complaining that if I copy and paste the code and then explain it, tough it can save some time, students will lose track and drive. That's why I'm developing stuff in this course from scratch and step-by-step.


What does the technology stack look like ?

As this is a full stack development project, we will develop the code for both front-end and backend. A considerable amount of work will be on developing the front-end code using HTML, CSS, Javascript, Thymeleaf, bootstrap and etc. Thymeleaf is the latest Java template engine, which is supposed to replace previous JSP way (JSP is discontinued but is still being used out there) and it is the official template engine backed by Spring Framework, though it's not the only one you can choose. The backend side will be using latest Spring technologies - Spring Boot, Spring Security, Spring Data and etc. Then, we will have MySQL as database. MySQL is powerful and free to use and serves as a good database candidate in plenty of commercial apps out there.


Will I get the source code?

Source code and database scripts are provided in the very beginning of the course. Besides, throughout each lesson (I would say most lessons), the source code will be provided to the progress of the lesson. Yet, I still suggest you to develop with me and take the source code as a reference.


What will I get by the end of the course?

This course shows an example of building an E-Commerce app from scratch. By the end of the course, you will get exposed to various topics and building modules that you need for a basic E-Commerce web app. With the hands-on practice, you will gain a lot of experience that is beyond just the theory. Nevertheless, you can potentially deploy this web app on Heroku as a showcase (see my other course on deploying Spring Boot app on Heroku). This will definitely be helpful during interview if you can showcase this app.

Who this course is for:

  • Anyone interested in full stack development with Java

Course content

11 sections • 83 lectures

Download this source files first !!!! Preview 00:01

Course Overview Preview 05:16

Project Tour Preview 11:27

Project Modules Preview 09:17

Tools We Need Preview 03:51

Start Project with Index Page Preview 19:12

Adding Carousel in Index Page Preview 13:16

Adding More Pictures Preview 12:28

Adding Featured-books and Non-responsive CSS Preview 13:36

Navbar Preview 09:07

Adding Common Part of Template Preview 09:01

Adding MyAccount Page Preview 13:11

Adding MyAccount Page Body Preview 11:41

Adding User Entity, JPA, Hibernate and MySQL Preview 16:03

Adding Security and Security Entities Preview 15:31

Adding Security Configuration Preview 17:38

Adding More to Login Preview 12:24

Adding PasswordResetToken and UserService Preview 15:57

Addin MyProfile Page Preview 20:07

Adding New User Controller Preview 17:30

Adding Create User Logic Preview 20:31

Create New User Trouble Shooting Preview 15:58

Wrapping MyAccount Login Preview 18:27

Entity Relationship Preview 16:47

AdminPortal - Book Entity Preview 11:47

AdminPortal - Home Template Preview 12:12

AdminPortal - Login Page Preview 16:21

AdminPortal - Add Login Function Preview 10:41

AdminPortal - Adding New Book Form Preview 21:34

AdminPortal - Add New Book Form - part 2 Preview 18:21

AdminPortal - Modify New Book Form Preview 06:37

AdminPortal - Add New Book Backend Logic Preview 15:03

AdminPortal - View BookList Preview 11:47

BookStore - Add Bookshelf Preview 23:57

Bookstore - Add Book Detail Page Preview 15:35

Bookstore - Add Book Detail Page - part 2 Preview 19:15

AdminPortal - Add BookInfo Page Preview 13:28

AdminPortal - Add Update Book Page Preview 10:55

AdminPortal - Add Update Book Logic Preview 15:32

AdminPortal - Add Various Plugin Preview 15:10

Bookstore - Adding MyProfile Controller Preview 18:17

Bookstore - Adding UserShipping and UserPayment Preview 17:28

Bookstore - Add UserShipping and UserBilling Logic Preview 11:17

Bookstore - Add CreditCard Template Preview 20:09

Bookstore - Finish the CreditCard Page Preview 14:58

Bookstore - Add New CreditCard Post Logic Preview 14:18

Bookstore - Add Update CreditCard Info Preview 15:05

Bookstore - Remove CreditCard and Set Default CreditCard Preview 16:16

Bookstore - Add UserShiping Template Preview 11:47

Bookstore - Add New Shipping Logic Preview 15:11

Bookstore - Update Remove and SetDefault for UserShipping Preview 14:11

Bookstore - Add Entities for ShoppingCart and Order Preview 14:00

Bookstore - Add Other Entities Preview 11:58

Bookstore - Add ShoppingCart Template Preview 20:17

Bookstore - Add More Services and Controls Preview 13:16

Bookstore - Add ShoppingCart Logic Preview 10:05

Bookstore - Add Book to ShoppingCart Preview 18:35

Bookstore - Test Adding Book to ShoppingCart Preview 10:37

Bookstore - Update Qty and Delete function in ShoppingCart Preview 15:22

Bookstore - Adding Checkout Page Preview 12:22

Bookstore - Add Shipping Template Preview 14:43

Bookstore - Add Billing Info Template Preview 13:37

Bookstore - Add Review Items Template Preview 11:34

Bookstore - Adding Checkout Related Services Preview 21:10

Bookstore - Adding Checkout Info - part 2 Preview 15:56

Bookstore - Add Use This Shipping and Use This Payment Preview 12:22

Bookstore - Add Billing the Same As Shipping Preview 06:30

Bookstore - Handling Order Submit Preview 13:32

Bookstore - Add Create Order Service Preview 11:21

Bookstore - Add Order Confirmation Email Template Preview 20:24

Bookstore - Finish Checkout Order Preview 14:25

Bookstore - Fix UpdateUserInfo Preview 21:46

Bookstore - Debugging Submitting Order and Email Preview 22:06

Bookstore - Add View Order Detail Template Preview 16:35

Bookstore - Add Order Detail Controller Preview 15:03

AdminPortal - Import Book Data Preview 11:38

Bookstore - Scenario Testing and Bug Fixing Preview 13:17

AdminPortal - Add Delete Book Functionality Preview 18:50

AdminPortal - Finish Up Deleting Preview 18:44

Bookstore - Some Other Enhancement Preview 16:38

Bookstore - Add SearchByCategory Logic Preview 20:23

Bookstore - Fuzzy Search Preview 06:51