Multiverse Travels Booker

Version, currently main branch1 version
  • main branchlatestDec 2, 2023

github.com/NatalNW7/multiversal-travel-booker

API para planejamento de viagens no universo de Rick and Morty

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  Multiverse Travels Booker:
    github: NatalNW7/multiversal-travel-booker
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.8.2
License
MIT
Author
NatalNW7
Target
  • api from src/api.cr

Dependencies

Runtime Dependencies

  • pg~> 0.27.0github: will/crystal-pg
  • sam0.4.2github: imdrasil/sam.cr
  • kemal*github: kemalcr/kemal
  • jennifer~> 0.13.0github: imdrasil/jennifer.cr

README

Multiversal Travel Booker

This API is used to book travels around the multiverse of Rick and Morty

Installation Requirements

Usage

Local

execute the entry point file

sh entrypoint.sh

Docker

docker-compose up

Test

Obs: need docker running to test

crystal runtest

Documentation

Api Docs.

Contributing

  1. Fork it (https://github.com/your-github-user/api/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