Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonathan-wanderley/multiverse-travels-booker

Uma API que realiza o planejamento de viagens no universo de Rick and Morty escrita em Crystal (based in Ruby)
https://github.com/jonathan-wanderley/multiverse-travels-booker

crystal crystal-lang jennifer kemal postgresql

Last synced: 10 days ago
JSON representation

Uma API que realiza o planejamento de viagens no universo de Rick and Morty escrita em Crystal (based in Ruby)

Awesome Lists containing this project

README

        



Multiverse Travels Booker API - Rick and Morty

## Features

- **Web Framework**: Kemal
- **ORM**: Jennifer
- **Database**: PostgreSQL
- **API Integration**: rickandmortyapi.com with GraphQL

## Installation

```
$ shards install
```

## Database config

Change your database settings adding a database url in `config/database.cr and run:

```bash
$ crystal sam.cr db:create
```

After that you can run migrations:

```bash
$ crystal sam.cr db:migrate
```

##
[![Built with Crystal](https://img.shields.io/badge/built%20with-crystal-000000.svg?style=flat-square)](https://crystal-lang.org/)