A MCQ type word game for english vocabulary improvement.
#Installation
The development of the Registration_Module server is running on Ubuntu, So this is the easiest environment to work with, but other distros of linux will work well.
#Linux Based Setup For Registration_Module development Note: Ubuntu 14.04 LTS is recommended to be used.
-
After installing Ubuntu 14.04, refresh your apt package index
sudo apt-get update
-
Now, install pip using Python Version 2
sudo apt-get install python-pip
-
After installing pip , install the dependencies
pip install -r requirements.txt
-
Now, run the following git clone(specify a directory)
-
Move to the directory in which you cloned the git repository.
cd Word-Game
-
You are all set to run the development server
python manage.py runserver
-
Visit [http://localhost:8000][localhost] in your browser & you are all set. [localhost]: http://localhost:8000/