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

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.

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.