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

https://github.com/bemihq/bemi-rails-example


https://github.com/bemihq/bemi-rails-example

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# Bemi Rails Example

You can find a demo and detailed documentation here https://docs.bemi.io.

## System Dependencies

* Devbox
* PostgreSQL
* Ruby

## Installation

```
make init
make up-services
make create
cp .env.sample .env
```

## Development

```
make install
make migrate
make up
```