gugwad / thesaurus

This simple dictionary app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thesaurus app

This app is written using python bottle framework which provides restful services. At the front end side, backbone framework is used.

load the mongo db file by typing following command:

 $ mongoimport --db <database> --collection <collection> --type json --file data.json --jsonArray 

Please follow the instructions at bottle [documentation] (http://bottlepy.org/docs/dev/index.html) to install bottle.

To run the application

  python app.py

About

This simple dictionary app

License:Apache License 2.0


Languages

Language:CSS 65.9%Language:JavaScript 26.6%Language:Python 7.4%