- Erlang/OTP 18
- PostgreSQL
To start the Phoenix application:
- Install dependencies with
mix deps.get
- Run Ecto database creation with
mix ecto.create
- Run Ecto migrations with
mix ecto.migrate
- Pull MyFitnessPal and Withings data with
MFP_USER=xxx MFP_PASS=xxx mix api.pulldata
- Start Phoenix endpoint with
mix phoenix.server
Now you can visit localhost:4000
from your browser.