Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.