backend/.env/local
file and copy backend/.env/template
's contents into it.backend/.env/local
and change DJANGO_CONFIGURATION
value to Local
.DJANGO_ALGOLIA_API_KEY
and DJANGO_ALGOLIA_APPLICATION_ID
in your .env/local
file.
That's all you need in terms of Algolia app configuration. You can ignore their onboarding wizard instructions.
Just make sure the API key has index write permissions.make run
and leave it running. Wait until Nest local is responding.make load-data
to populate the database from data/
fixtures.make index-data
.Optional steps (if you're going to manage or fetch data):
make setup
to create a super user.backend/.env/local
and update GITHUB_TOKEN
value.make sync
command that updates your local DB data.