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

https://github.com/bagilevi/anagram_finder

Anagram Finder Rails App
https://github.com/bagilevi/anagram_finder

Last synced: 3 months ago
JSON representation

Anagram Finder Rails App

Awesome Lists containing this project

README

        

# Anagram Finder

## Deploying to Heroku

[![Deploy](https://www.herokucdn.com/deploy/button.svg)]( https://heroku.com/deploy?template=https://github.com/bagilevi/anagram_finder/tree/master)

## Installation on your local machine

Set up PostgreSQL.

Copy `.env.example` to `.env` and customise it.

```
bundle install
bundle exec rails server
```