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

https://github.com/timonvs/beam-recommender


https://github.com/timonvs/beam-recommender

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Beam Recommender

## Development

1. [Install Docker (with Docker Compose)](https://docs.docker.com/compose/install/)
2. Clone this repository
3. Run `docker-compose build .` to build the container
4. Run `docker-compose up` to start the container

## Configuration

_If you haven't created a Reddit application yet, create a new application on ._

Create a `.env` file in the root of the project and fill in the following details from your Reddit application:

```
REDDIT_CLIENT_ID=
REDDIT_CLIENT_SECRET=
REDDIT_USER_AGENT=
```