Sugarlogapp is a simple app to record and track blood sugar levels. The app has web and mobile components
- Rest API powered by Phoenix
- Mobile app will be built using the awesome flutter sdk.
##todo
- describe overall flow
- describe tables
- describe endpoints
To start your Phoenix server: Clone or fork this repo. Then
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.create && mix ecto.migrate
- Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.
Note: to run integration tests, start chromedriver in a new terminal $/usr/local/bin/chromedriver
Then run mix $ mix test --trace
trace is optional, but it gives a nice listing of the features..