Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 191 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 191 Bytes

to-do-list

Practicing API RESTful, docker, mySQL and express.js.

The to-do-list API have routes to: - Get all tasks. - Create a new task. - Delete a task. - Update a task.