- Create a PR from
really-good-code
tomaster
- Comment on anything that looks odd or might be incorrect
- Checkout
functional-django-app
- Run
ember serve
andpython manage.py runserver
- Visit http://localhost:4200 in your web browser
- Create a component in the ember app to display individual post objects
- Start up elasticsearch with
docker-compose up -d elasticsearch
- Write a script in
myblog/management/commands/loadsearch.py
to load allPost
objects into elasticsearch - Finish up the elasticsearch endpoint and teach ember how to consume it