Skip to content

juarezs/java_springboot_mongodb_and_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Java, Spring Boot, MongoDB & React exam code

A project for demonstrating the result of a coding exam solution.

Some of the requirements:

  • Backend: Implement a backend service using Java, Spring Boot and MongoDB as database.

    • GET /api/product: Endpoint to retrieve the list of all products.
    • DELETE /api/product/{id}: Endpoint to allow deleting one product:
  • Implement soft (logic) deletion.

  • Product fields: id, name, image, description, price

  • Frontend: Implement a SPA frontend portal using react.

    • A single page to display all products in a grid with 3 columns.
    • A button to delete a product

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published