Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 805 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 805 Bytes

emoji-in-the-haystack

Make sure you meet the following prerequisites before running this project:

Run Elasticsearch instance

elasticsearch

Start the virtual environmnt

pipenv shell

Run migrations

python manage.py migrate

Retrieve emoji data

python manage.py initemojidata

Index emoji data

python manage.py rebuild_index

Run the app

python manage.py runserver