[Portfolio] Manage site with laravel APP implementation (Docker environment construction)

Deliverables

★ Click here! → Go To "WebApp" ★ ★ Click here! → Go To GitHub ★

Functions list

・ Login function ・ CRUD processing ・ Partial search function ・ Responsive support (bootstrap, etc.) ・ Environment construction using docker (see docker-compose.yml on GitHub)

detail of function

・ Login function

* 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 processing

* CRUD function is implemented in the following buttons. ―――――――――――――――――――――――――― (1) Create Supplement: Add verification function to the front side image.png ―――――――――――――――――――――――――― (2) Read image.png ―――――――――――――――――――――――――― (3) Update image.png ―――――――――――――――――――――――――― (4) Delete Supplement: Separate logical deletion and physical deletion image.png ――――――――――――――――――――――――――

・ Partial search function

image.png

・ Responsive support (bootstrap, etc.)

Refer to the site

・ Environment construction using docker (see docker-compose.yml on GitHub)

See GitHub

Recommended Posts