#Fitwell Tracker Fitwell Tracker is an nutrition tracker used for logging meals and keeping track of weight. The app helps people keep track of their diet and the meals they eat on an every day basis as well as seeing how these meals may affect their weight/health. This app is for personal use.
- Clone the repository
- run pip install --no-cache-dir -r requirements.txt
- run python app.py
- cd 5-final-project-pusheen
- git pull
- docker-compose pull
- docker-compose up
- pipenv install pytest
- run pytest
- pipenv install coverage.py
- run python -m coverage run -m pytest tests
- run python -m coverage report -m
Web app image: https://hub.docker.com/repository/docker/alh8007/finalproject/general
Mongo image: https://hub.docker.com/_/mongo