https://github.com/fabsrc/webspeak
:blue_book: An online dictionary for all the important terms of the web world.
https://github.com/fabsrc/webspeak
Last synced: 8 days ago
JSON representation
:blue_book: An online dictionary for all the important terms of the web world.
- Host: GitHub
- URL: https://github.com/fabsrc/webspeak
- Owner: fabsrc
- Created: 2016-12-13T18:57:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-13T19:19:21.000Z (over 9 years ago)
- Last Synced: 2025-03-01T00:12:08.377Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Webspeak
========
An online dictionary for all the important terms of the web world. Also: literal translations of terms into other languages.
Requirements
------------
* Ruby `2.2.0`
* Rails `4.1.6`
* Elasticsearch
Install
-------
```bash
$ bundle update
$ bundle install
```
Setup
-----
```bash
$ rake db:migrate
$ rake db:seed
$ rake searchkick:reindex:all
```
Start
-----
```bash
$ rails s
```
Note
----
This project was created for the *Backend Engineering* class at the FH-Salzburg in the winter term of 2014.