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: 3 months 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 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-13T19:19:21.000Z (over 8 years ago)
- Last Synced: 2025-02-20T14:11:20.136Z (3 months 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`
* ElasticsearchInstall
-------```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.