Here write the instructions to run the code

Drupal 8

Create a content type for Travel Package with following fields:

  1. Title
  2. Image
  3. Price
  4. Categories (admin can select one or more category)

Use taxonomy for Categories and not simple text input

Task

Create a rest api with Drupal 8 using Rest API or JSON API module:

  1. GET API to get list of Travel Package
  2. POST API to create new Travel package
  3. DELETE API to delete a particular Travel package

Submit the code in this repository and also add a video of output.