Skip to content

eduardocruzpalacios/todos-api-rest-php-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODOs API REST

TODOs API REST built with PHP 7.3.29 and MYSQL.

Functionality

  • Create one
  • Read all
  • Update one
  • Delete one

Data Source

MySQL database.

SQL statements to create the database and table along with CRUD queries are provided.

Testing

HTTP tests written on Postman are included as importable file.