https://github.com/dyegopimentel/api-rest-crud-php
In this project I create a REST API using PHP, and with this API it's possible to do CRUD in a MySQL database.
https://github.com/dyegopimentel/api-rest-crud-php
mysql php rest-api restful-api
Last synced: 3 months ago
JSON representation
In this project I create a REST API using PHP, and with this API it's possible to do CRUD in a MySQL database.
- Host: GitHub
- URL: https://github.com/dyegopimentel/api-rest-crud-php
- Owner: DyegoPimentel
- License: mit
- Created: 2022-03-24T15:36:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T14:49:58.000Z (about 4 years ago)
- Last Synced: 2025-07-10T08:13:42.206Z (12 months ago)
- Topics: mysql, php, rest-api, restful-api
- Language: PHP
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Languages:** English - [Português](README_PT-BR.md)
# REST API using PHP and MySQL
In this project I create a REST API using PHP, and with this API it's possible to do CRUD in a MySQL database.
This project was developed to demonstrate my technical knowledge in a job interview, where the main objective of the test is to assemble a REST API with CRUD and document the API endpoints.
*See full documentation:*
- 👩🏻💻 [Documentation](https://dyego-pimentel.gitbook.io/api-rest-and-crud/)
---
Developed by [Dyego Pimentel](https://www.linkedin.com/in/dyegopimentel/)