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

https://github.com/qbart/workshop-db-02


https://github.com/qbart/workshop-db-02

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Workshop DB 02 - JOINS

## Installation

```
bundle install
rake db:create db:migrate db:seed
```

## Usage

Starting a server:

```
foreman start # app will start at http://localhost:9292
```

Starting a console:

```
./bin/irb
```