Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubhampatel81/basic_crud_api_springboot-mvc
https://github.com/shubhampatel81/basic_crud_api_springboot-mvc
crud-operation mvvm-architecture spring-boot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shubhampatel81/basic_crud_api_springboot-mvc
- Owner: ShubhamPatel81
- Created: 2024-09-05T08:09:33.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T08:25:07.000Z (5 months ago)
- Last Synced: 2025-01-01T06:12:48.245Z (about 1 month ago)
- Topics: crud-operation, mvvm-architecture, spring-boot
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### This project demonstrates a simple CRUD (Create, Read, Update, Delete) API built using Spring Boot and the Model-View-Controller (MVC) architecture. ###
### It provides a RESTful API for managing resources such as products, users, or any other data model. ###