- Follow this guide link
- Add the files:
Procfile
,elixir_buildpack.config
,phoenix_static_buildpack.config
- Remember purge the deployment
heroku repo:purge_cache -a starcg
- Create a hobby db
- Generate an empty live view
- Generate the migration, and fill your schema
- Run the follow command for scaffold your model
mix create_model comment_note