Web application for smarter memorizing vocabulary of a foreign language.
New version in progress - AngularJS and NodeJS rewrite
- Python (Flask framework)
- MongoDB (MongoEngine)
- Backbone.js with Marionette
- Twitter Bootstrap
- OAuth.io
- Install dependencies :
(sudo) npm install && pip install -r requirements.txt && bower install
- Run the application :
python server/server.py
- Open a web browser with URL http://localhost:5000
-
- Go to the server/db.py
- Change
os.environ['MONGOLAB_URI']
to'mongodb://admin:iicenajv@ds053948.mongolab.com:53948/words'
-
- Create your own database and create users collection
- Go to the server/db.py
- Change
os.environ['MONGOLAB_URI']
with your mongodb:// database url
- Run
grunt build
command from command line - Go to the server/app.py
- Change
../app
folders to../dist
(2x) - Run the application :
python server/server.py