:money_with_wings: Track recurring bills and subscriptions
Things I wrote about the project:
mix deps.get
, to install dependenciesmix ecto.setup
, to create and migrate the databasecd apps/subs_web/frontend && yarn install
, to install frontend dependenciesmix phx.server
, to run the server, will also build the frontendcd apps/subs_web/frontend && node_modules/.bin/webpack --config webpack.config.js
, to build the frontend manuallyThe Bamboo.LocalAdapter is used in :dev mode. To see emails that have been sent, visit the following URL:
http://0.0.0.0:4000/sent_emails
brew install chromedriver
, to run acceptance testsmix test
, to un all testsmix test --only acceptance
, to run only acceptance testsMIT © Joaquim Adraz