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
- Host: GitHub
- URL: https://github.com/bagilevi/anagram_finder
- Owner: bagilevi
- Created: 2018-01-18T14:54:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T15:13:53.000Z (over 7 years ago)
- Last Synced: 2025-01-13T04:41:49.536Z (4 months ago)
- Language: Ruby
- Size: 888 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anagram Finder
## Deploying to Heroku
[]( 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
```