pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
-
Home page:
This page consist of a search input box which takes in any word and uses owlbot API to search for the given input's meaning
-
ToDo page:
This as the nam suggests is a todo page, where one can add, edit, delete (i.e perform CRUD operations) todos.
Screenshot: