Multiverse Travels Booker

Built with Crystal

REST API Kemal to plan travels in Rick and Morty's Multiverse

Features

Installation

Endpoints

| HTTP Method | Path | Description | | ----------- | ------------------------------- | --------------------------------------------------------------- | | GET | /travel_plan | Get all existing travel plans data | | GET | /travel_plan /:id | Get existing travel plan data by Id | | GET | /travel_plans/:id/locations_img | Get existing travel plan with img url source using webscrapping | | POST | /api/travel plan | Insert new customer travel plan | | PUT | /travel plan /:id | Change all locations in existing travel plan data by Id | | PATCH | /travel plan /:id/append | Add new locations in existing travel plan data by Id | | DELETE | /travel plan/:id | Delete existing travel plan data by Id |

Development

Contributing

  1. Fork it (https://github.com/your-github-user/81917b7c5f3c52afd7dbdf49723fc8df70ac1704/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors