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

https://github.com/gravityblast/girneys


https://github.com/gravityblast/girneys

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# README

## Requirements

* postgres
* redis

## Setup

bundle
rails db:create # use `rails` instead of `rake` since the project uses rails 5
rails db:migrate

## Tests

rake

## Run

foreman start -f Procfile.dev