Files
004_comission/hk_wine20/quote1/notes.md
louiscklaw 751cc5f1bf update,
2025-01-31 19:53:26 +08:00

44 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

你好 👋🏼 想問價,
https://www.youtube.com/watch?v=4LZKnegAm4g
裏面有 GitHub 前後端,
1)將密碼加密,比後端 database
2)login 畫面
- 用 add user 改
- input email
- 密碼
3)register user 畫面
- 功能整一個制或超連結
- 喺 login 顯示
包前後端,會係你部機度 run 到 (e.g. virtualbox / docker)
我諗我會報 HKD3000
1. 你呢個本身係學校野定工作上嘅野?
2. 你本身用 window / linux / mac ?
3. 你識唔識用 docker ?
00:00 - Introduction to fullstack
01:37 - Create Spring Boot project and packages
05:05 - Create Model Class and connect with MySQL Database
11:31 - @PostMapping for sending data in database
16:08 - @GetMapping for getting data from database
17:59 - Create React App using npm for frontend
20:16 - Folder Structure for React app
21:33 - Create Navbar using Bootstrap and React
27:33 - Create Homepage using Bootstrap table
29:43 - Display Information using AXIOS GET
40:27 - Configure Routing using REACT-ROUTER-DOM
46:36 - Create Register User Form using React
52:06 - Store User Information inside state
57:15 - Post data into database AXIOS POST
1:03:04 - Custom Exception Handling
1:09:08 - Edit User using PUTMapping
1:13:57 - Delete the user of specific id
1:16:53 - Edit user using AXIOS PUT
1:22:42 - DELETE User using AXIOS
1:25:13 - View Information of specific User