Chapter 4 Assignment
Send yourself a push
The brief
Wire the mobile app to register an Expo push token. Save it to your Grit API. Add an API endpoint that enqueues an Asynq job which sends a push via Expo. Trigger it from curl.
You've completed this when
- Push token is persisted on the user row
- Curl call enqueues a job
- Push arrives on your phone
Worked through every criterion?
Push your code to GitHub, paste the link in your notes.md, and move on.
Continue to ch.5: Ship It