You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To deploy locally simply use python manage.py runserver.
The API only has one route /{search_term} and uses bs4 to return the first page of wikipedia search results as a json.
{search_term} must not contain '/'.