📄️ Write
Insert a movie into our database
📄️ Read
Get movies from our database
📄️ Update
Update movies' genre using title in our database
📄️ Delete
Delete a movie using title from our database
In this section, you will get up and running to implement Create, Read, Update and Delete functionality in your app.
Insert a movie into our database
Get movies from our database
Update movies' genre using title in our database
Delete a movie using title from our database