Live here
English dictionary with django using pyDictionary API
- By searching any word to get its meaning,synonym and antonym
- pyDictionay API is used
- Easy UI to get better understanding
English Dictionary using Django requires PYDictionary API
pip install pyDictionary
Install the dependencies.
cd english-dictionary
pip -r install requirements.txt
python manage.py runserver
Verify the deployment by navigating to your server address in your preferred browser.
127.0.0.1:8000
Note : This is a deployed version of the code, To run it locally you will need to make changes to settings.py