Create a content type for Travel Package with following fields:
- Title
- Image
- Price
- Categories (admin can select one or more category)
Use taxonomy for Categories and not simple text input
Create a rest api with Drupal 8 using Rest API or JSON API module:
- GET API to get list of Travel Package
- POST API to create new Travel package
- DELETE API to delete a particular Travel package
Submit the code in this repository and also add a video of output.