This project is a simple CRUD API, with this project we can learn about HTTP Method (Get, Post, Patch, Delete), Method "Get" is used to get all data or get a specific data by id from database, Method "Post" is used to create new data in database, Method "Patch" is used to upade or change a data in database, and Method "Delete" is used to delete data in database