Simple Phoenix app to demonstrate ETag tracking
This is a simple Phoenix application which demonstrates using ETag mechanism
for tracking. You can read more about how it works
here.
To start your Phoenix app:
mix deps.get
mix ecto.create && mix ecto.migrate
mix phoenix.server
Now you can visit localhost:4000
from your browser.