Step-by-Step is a desktop fitness tracker which supports csv data import and allows users to track activity metrics, set goals and recieve warnings for potential health conditions.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Make sure Java 8 is installed on your computer. To check your Java version open Terminal (for Linux/Mac users) or Command Prompt (for Windows users) and type in:
java.version
If java is not recognized or the version is not at least “1.8.XXX” then go to the following website to install Java 8. https://java.com/en/download/
This is a maven project, so make sure maven is installed on your computer. Information about installing maven can be found here: https://maven.apache.org/install.html
Start by cloning the repository to your PC using
git clone https://github.com/noel-jean-paul/seng202-team4-project.git
or download and extract the zip
https://codeload.github.com/noel-jean-paul/seng202-team4-project/zip/master
To import the project into your IDE, extract the ZIP, and open an existing project. Make sure to import as a Maven project. If your IDE fails to recognize the settings, ensure that your build version is Java 8.
Run App.main to launch the application
This project uses JUnit for testing. Run the tests by running all tests in src/test/java
The project uses local SQLite databases in development, testing and deployment
- Google Maps - Mapping Source
- Maven - Dependency Management
- Noel Bisson - Core developer - noel-jean-paul
- Matthew Toohey - Core developer - mctoohey
- Matthew Mischewski - Core developer -
- Matthew Kenny - Core developer -
- Tiger Huang - Core developer -
This project is licensed under the MIT License - see the LICENSE.md file for details
- University of Canterbury