Antabot /
White-Jotter
白卷是一款使用 Vue+Spring Boot 开发的前后端分离项目,附带全套开发教程。(A simple CMS developed by Spring Boot and Vue.js with development tutorials)
Loading repository data…
mrsaurabhnamdev / repository
Developed a RESTful API using Java, Spring Boot, and MySQL for an e-commerce cart system. Designed entity classes, implemented CRUD operations with Spring JPA, applied exception handling, and used DTOs for data transfer. Performed unit testing to ensure reliability and maintainability.
Developed a RESTful API using Java, Spring Boot, and MySQL for an e-commerce cart system. Designed entity classes, implemented CRUD operations with Spring JPA, applied exception handling, and used DTOs for data transfer. Performed unit testing to ensure reliability and maintainability.
About the project
Product – Represents available products, CartItems – Stores items added to the cart, ShoppingCart – Manages cart-related operations, Order – Handles order placement and tracking,
ProductRepository, CartItemsRepository, ShoppingCartRepository, OrderRepository
ProductService – Manages product-related operations. CartService – Handles cart item management. OrderService – Processes order placement.
ProductController CartController OrderController ShoppingCartController
DTO Package: Used for structured data transfer between layers.
Exception Handling Package: Manages custom exceptions and global error handling.
Testing (JUnit & Mockito): Performed unit testing to ensure functionality and reliability.
Selected from shared topics, language and repository description—not editorial ratings.
Antabot /
白卷是一款使用 Vue+Spring Boot 开发的前后端分离项目,附带全套开发教程。(A simple CMS developed by Spring Boot and Vue.js with development tutorials)
anandkunal /
Toro is a PHP router for developing RESTful web applications and APIs.
apache /
Use Apache Causeway™ to rapidly develop domain-driven apps or modular monoliths in Java, on top of the Spring Boot platform. Write your business logic in entities, domain services or view models, and the framework dynamically generates a representation of that domain model as a webapp, GraphQL or RESTful API. For prototyping or production.
doubleleft /
A RESTful and extendable Backend as a Service that provides instant backend to develop sites and apps faster, with dead-simple integration for JavaScript, iOS, Android and more.
dsternlicht /
RESTool is an open source UI tool for managing RESTful APIs. It could save you time developing your own internal tools. A live example:
SAP-samples /
This repository contains several examples how to develop with the ABAP RESTful Application Programming Model (RAP) in SAP BTP, ABAP environment.