https://github.com/nikamelashvili/rest-api-crud
This project serves as a demonstration of my proficiency in creating CRUD APIs. It supports searching by ID, delete by ID, and update by ID functionalities. Additionally, it utilizes relational mapping to interact with MySQL tables. To further enhance its capabilities.
https://github.com/nikamelashvili/rest-api-crud
Last synced: 6 months ago
JSON representation
This project serves as a demonstration of my proficiency in creating CRUD APIs. It supports searching by ID, delete by ID, and update by ID functionalities. Additionally, it utilizes relational mapping to interact with MySQL tables. To further enhance its capabilities.
- Host: GitHub
- URL: https://github.com/nikamelashvili/rest-api-crud
- Owner: NikaMelashvili
- Created: 2024-02-23T14:52:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-27T11:51:49.000Z (over 1 year ago)
- Last Synced: 2025-02-07T00:29:15.872Z (8 months ago)
- Language: Java
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About the API
This project serves as a demonstration of my proficiency in creating CRUD APIs. It supports searching by ID, delete by ID, and update by ID functionalities. Additionally, it utilizes relational mapping to interact with MySQL tables. To further enhance its capabilities.