tkomiya24 / VocabTester

A webapp to help memorize vocabulary
http://vocab-tester.heroku.com/
Other
0 stars 0 forks source link

Vocab Learner

1. What is it?

This is a [MEAN.js] (http://meanjs.org/) webapp I've made for two reasons

  1. To practice using the MEAN.js stack
  2. To help myself learn Korean.

It is therefore going to be very particular to my needs and studying habits. The code will also likely be far from adhering to the professional conventions of MEAN.js and webapp developers in general. I hope that over time the latter will improve.

2. Installation

2.1 Prerequisites

2.2 Install process

  1. Run npm install

2.3 Seeding the database

  1. Run grunt seed while MongoDB instance is active.

3. Running

In shell, from the root folder of this project use the command while the MongoDB instance is active. grunt