Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

mlaursen/mathtabolism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mathtabolism

About

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.

Other Branches

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.

Technologies Being Learned/Implemented

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)

Project Setup

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:deploy
Once it has deployed, you can navigate to http://localhost:8080/mathtabolism to view the application.