Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/summasmiff/macrocounter

Lightweight webapp for keeping track of your macronutrients
https://github.com/summasmiff/macrocounter

Last synced: 18 days ago
JSON representation

Lightweight webapp for keeping track of your macronutrients

Awesome Lists containing this project

README

        

# Macrocounter

IIFYM

Basic calculator for keeping track of one's daily macronutrients.

To use:

* Set a total macronutrient goal (how many of each macro you want to eat daily)
* Enter foods you eat
* MacroCounter will subtract those macros from your goal

To start your Phoenix app:

* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* Install Node.js dependencies with `npm install`
* Start Phoenix endpoint with `mix phoenix.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.