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

https://github.com/stupidcodefactory/fakebook


https://github.com/stupidcodefactory/fakebook

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

[![CircleCI](https://circleci.com/gh/StupidCodeFactory/fakebook.svg?style=svg)](https://circleci.com/gh/StupidCodeFactory/fakebook)

### Demo

The project is deployed on Heroku at this [url](https://morning-escarpment-46963.herokuapp.com)

### How to run
Install docker, docker-compose and direnv

```bash
$ docker-compose up --build
$ docker-compose exec app rails db:create db:setup
$ docker-compose run app rake
```