Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 324 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 324 Bytes

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.