This is a project for tracking your food intake; calories consumed, macro-nutrients consumed, etc. The goal is to eventually have a website where it calculates your TDEE/BMR and you can list the foods you have consumed to track your status. It is really mostly a project for learning new technologies.
There is a tag for when this project was built using ant.
git checkout tags/ant_build
(if you are interested).
The last working version of this project is on feature/NEW-STYLE
which is unfortunately not 100% correct since I started trying to figure out how to use SASS.
Right now, my focus is on:
- Separating the Front End from the Back End
- Web Services
- A front end framework (AngularJS right now)
- SASS - (Mostly trying to get good at CSS)
The project is built using maven and runs on a wildfly server. The database currently used is postgres. The database connection info is located at the top of the pom.xml. If you are too lazy to modfy it, the values are
Database Server = localhost
Database Name = mathtabolism
Username = mathtabolism
Password = welcome1
To run the application, start your wildfly node and run
mvn wildfly:deployOnce it has deployed, you can navigate to http://localhost:8080/mathtabolism to view the application.