Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-27T11:51:49.000Z (11 months ago)
- Last Synced: 2024-02-27T12:32:54.909Z (11 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.