joaquimadraz / opensubs.io

:money_with_wings: Track recurring bills and subscriptions
MIT License
39 stars 11 forks source link
elixir javascript phoenix react

OpenSubs Build Status Join the chat at https://gitter.im/opensubsio/Lobby

Track recurring bills and subscriptions :money_with_wings:

Things I wrote about the project:

Stack

How to run OpenSubs

  1. mix deps.get, to install dependencies
  2. mix ecto.setup, to create and migrate the database
  3. cd apps/subs_web/frontend && yarn install, to install frontend dependencies
  4. mix phx.server, to run the server, will also build the frontend

View sent emails in the development environment

The 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

Running tests

MVP

Backend API

Frontend

Nice to have

Future

License

MIT © Joaquim Adraz