Welcome to the super simple fitness tracker! This is intended more to be a simple journaling tool for weight loss or other fitness/physical goals. It is still currently in development so there might still be some small bugs. Another motivation for creating this app is as an exercise in full stack web development, however! contributions, and feedback greatly appreciated.
-
Clone this repository:
git clone https://github.com/jtroussard/tracker-app.git
-
Navigate into the project directory:
cd tracker-app
-
It is recommended to build inside a vitrual environment, this step is optional:
python3 -m venv venv && source venv/bin/activate
-
Install the required packages:
pip install -r requirements.txt
To run the application, execute the following command from the root directory of the project:
python run.py
or python3 run.py
depeneding on your aliases (requires Python 3.X)
The application will now be running at http://localhost:8888/
.
To run unit tests, execute the following command from the root directory of the project:
make test
To run linting using pylint, execute the following command from the root directory of the project:
pylint app/
https://www.publicdomainpictures.net/en/browse-author.php?a=87