|
1 | 1 |
|
2 | | -# Spring Boot Projects - Full Stack |
| 2 | +# Ecommerce (Shopping Mall) Project Full Stack |
3 | 3 |
|
4 | | - # Part-9: Full Stack [Spring Boot and React JS] |
5 | | - * ### (resource/code) |
6 | | - ## Project-1. FullStack: Spring Boot React JS Database MySQL, CRUD example |
7 | | - * Company Employee how to handle and using CRUD methods. |
8 | | - ### QUICK overview of React JS and Spring Boot |
9 | | - * React is used to build user interface(UI) on the front end; |
10 | | - * React is not a framework (unlike Angular, which is more opinionated) |
11 | | - * React is an open-source project created by Facebook |
12 | | - ------------ |
13 | | - * Spring Boot to develop REST web service and Microservices |
14 | | - * Spring Boot has taken Spring framework to the next level. That has drastically reduced the configuration and setup time required for spring projects |
15 | | - * Spring Boot has possible configuration scratch to advanced, that actually matter to your application. |
16 | | - |
17 | | - |
18 | | -  |
19 | | - |
20 | | - --> `Frontend-side tools and technologies used:` |
21 | | - * React |
22 | | - * Modern JavaScript (ES6) |
23 | | - * NodeJS and NPM |
24 | | - * VS Code IDE |
25 | | - * Create React App CLI |
26 | | - * Bootstarp 4.5 and Axios HTTP Library |
27 | | - |
28 | | - --> `Backend-side tools and technologies used: ` |
29 | | - |
30 | | - Backend represents 2 folders: |
31 | | - * backend |
32 | | - * backend + Swagger |
33 | | - |
34 | | - * SpringBoot 2 + |
35 | | - * Spring Data JPA (Hibernate) |
36 | | - * Maven 3.2 + |
37 | | - * JDK 1.8 |
38 | | - * Embedded Tomcat 8.5 + |
39 | | - * MySQL Database (using tool workbench_) |
40 | | - --> Prerequesites |
41 | | - * Basic Knowledge with HTML / CSS |
42 | | - * Basic Knowledge of JavaScript and Programming |
43 | | - * Node.js and npm installed |
44 | | - * React basic (from scratch ) |
45 | | - * Swagger UI (documentation & API testing_) // http://localhost:8080/swagger-ui.html#/ |
46 | | - |
47 | | - |
48 | | - |
49 | | - * ReactJS Snippet Component (install VSC pluggin) |
50 | | - |
51 | | - |
52 | | -Confuguration Router: |
53 | | - |
54 | | -`npm install react-router-dom ` |
55 | | - |
56 | | - |
57 | | - In React.JS we should know about skelet of source in VSC: |
58 | | - |
59 | | - `rcc` command given as : |
60 | | - ------------------------ |
61 | | - import React, { Component } from 'react'; |
| 4 | +## Categories |
| 5 | + |
| 6 | + ApparelCategory |
62 | 7 |
|
63 | | - class HeaderComponents extends Component { |
64 | | - render() { |
65 | | - return ( |
66 | | - <div> |
| 8 | + GenderCategory |
67 | 9 |
|
68 | | - </div> |
69 | | - ); |
70 | | - } |
71 | | - } |
| 10 | +PriceRangeCategory |
72 | 11 |
|
73 | | -export default HeaderComponents; |
74 | | ----------------------------- |
| 12 | +ProductBrandCategory |
75 | 13 |
|
| 14 | +SortByCategory |
76 | 15 |
|
77 | | -## Project-2. FullStack: Spring Boot + React + Swagger API Shopping Mall Project |
78 | | ------- |
| 16 | +Images |
79 | 17 |
|
| 18 | +ApparelImages |
80 | 19 |
|
81 | | -<img width="794" alt="Screen Shot 2020-11-10 at 11 15 55 PM" src="https://user-images.githubusercontent.com/11626327/98685483-c2876e00-23aa-11eb-92ae-9012000c46bb.png"> |
| 20 | +BrandImages |
82 | 21 |
|
83 | | -## Project-4. Spring Boot AWS S3 Upload |
| 22 | +CarouselImages |
84 | 23 |
|
85 | | - |
| 24 | +Info |
86 | 25 |
|
87 | | -AWS/ Bucket |
88 | | - |
| 26 | +ProductInfo |
89 | 27 |
|
90 | | -## Project-6. Shopping Card. |
| 28 | +BankInfo |
91 | 29 |
|
92 | | -The stack will be the following: |
| 30 | +ContacInfo |
93 | 31 |
|
94 | | - Java 10 |
95 | | - Maven as the build manager |
96 | | - Spring Boot with Spring MVC as the server-side frameworks |
97 | | - Thymeleaf as the server-side template engine |
98 | | - React for the client-side interaction |
99 | | - Bootstrap as the CSS framework. |
100 | | - |
101 | | - |
102 | | - |
| 32 | +ProductInfo |
103 | 33 |
|
| 34 | +AddressInfo |
| 35 | + |
| 36 | + <img width="917" alt="Screen Shot 2020-12-19 at 9 49 15 PM" src="https://user-images.githubusercontent.com/11626327/102714154-1709fb80-4310-11eb-9a57-2cfb2dbd5207.png"> |
| 37 | + |
| 38 | + |
104 | 39 | # Using and Recommendated List of References |
105 | | - 1. [Bootstarapping](https://getbootstrap.com/docs/4.5/getting-started/introduction/) |
106 | | - 2. [Full Stack: React and Spring](https://www.youtube.com/watch?v=S5AFJIfRxQU&list=PLGRDMO4rOGcNLnW1L2vgsExTBg-VPoZHr&index=14) |
107 | | - 3. [Shopping Card](https://pusher.com/tutorials/shopping-cart-java-react) |
| 40 | + 1. |
0 commit comments