Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/summasmiff/macrocounter
- Owner: summasmiff
- Created: 2017-06-19T01:22:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T00:49:37.000Z (over 7 years ago)
- Last Synced: 2024-11-28T03:26:55.009Z (about 1 month ago)
- Language: Elixir
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 goalTo 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.