Skip to content

A tool to help you gain vocabulary (Web-based dictionary using Merriam-Webster api).

License

Notifications You must be signed in to change notification settings

dukechain2333/EasyVocab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyVocab

A tool to help you gain vocabulary (Web-based dictionary using Merriam-Webster api).

Install

  1. Get your Django secret key from Djecrety and fill it in django_secret_key
  2. Set ALLOWED_HOSTS option
  3. Fill in the DIC_KEY and THES_KEY option. You may get this information at Merriam-Webster Dev Center
  4. Use pip install -r requirements.txt to install dependencies.
  5. Put following command into your command prompt
python manage.py collectstatic
  1. Enter the following command into your command prompt to initialize the database.
python manage.py makemigrations
python manage.py migrate
  1. The following command will help you to create a superuser.
python manage.py createsuperuser
  1. Use the following command to start the Django service
python manage.py runserver
  • Usually, the service will automatically run on port:8000.
    And you should notice that the host and port can be modified by running those commands
python manage.py runserver <your_host>:<your_port>
  1. And finally, by visiting http://<your_host>:<your_port>/, you are good to go.

Licence

MIT License

Copyright (C) 2021 ZHChain

About

A tool to help you gain vocabulary (Web-based dictionary using Merriam-Webster api).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published