Skip to content

dev48v/springboot-from-zero-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Spring Boot From Zero — Frontend

Companion UI for Day 1 of TechFromZero.

Single HTML file. Demonstrates the exact HTTP shape the Spring Boot backend at github.com/dev48v/springboot-from-zero exposes — but runs in-browser on localStorage so anyone can play with it without spinning up the JVM + MySQL.

Each click logs the layer-by-layer trace:

POST /api/products
  ↓ Controller.post()
    ↓ Service.post()
      ↓ Repository
        ↓ INSERT INTO products(name, price, stock) VALUES (...)
response: { id, name, price, stock }

To call the real backend instead of localStorage

Run the Spring Boot app locally → swap the API base URL in index.html → real CRUD against MySQL.

License

MIT

About

Companion UI for Day 1 of TechFromZero (Spring Boot Product CRUD)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages