★ Click here! → Go To "WebApp" ★ ★ Click here! → Go To GitHub ★
・ Login function ・ CRUD processing ・ Partial search function ・ Responsive support (bootstrap, etc.) ・ Environment construction using docker (see docker-compose.yml on GitHub)
* For ease of verification, I put the data in the input field first. User name (for test): Manabu Sakamoto The initial password is: 12345678 (can be changed with personal information after registration)
* CRUD function is implemented in the following buttons.
――――――――――――――――――――――――――
(1) Create
Supplement: Add verification function to the front side
――――――――――――――――――――――――――
(2) Read
――――――――――――――――――――――――――
(3) Update
――――――――――――――――――――――――――
(4) Delete
Supplement: Separate logical deletion and physical deletion
――――――――――――――――――――――――――
Recommended Posts