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

https://github.com/rees46/api-docs


https://github.com/rees46/api-docs

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

REES46 API
------------

* Tracks behavior
* Recognize users
* Recommends products
* Search products
* Send emails
* Send web/mobile push
* etc.

Read the https://reference.api.rees46.com for usage details.

## Setup for updates

Install `rvm`: https://rvm.io

Install ruby 2.7.x using rvm:

```shell
rvm install 2.7.0
```

Use ruby 2.7.0:

```
rvm 2.7.0
```

Install gem bundler, if not present:

```
gem install bundler
```

Install gems:

```
bundle install
```

Run dev server:

```
bundle exec middleman server
```