A web application for the purpose of making daily calorie tracking easier.
Built with Java 19, Spring Boot, Maven, and MongoDB.
Before you read furthur, here is the heroku deployment of the application so you can try it out yourself.
- Provides user accounts level calorie tracking.
- Provides facility to add food to the Food List.
- Provides facility to add days to the Day list.
- Provides facility to add food to each day in the Day list.
- Keeps track of calories for each day in the Day list.
- Keeps track of total calories consumed for all days in the Day List.
- Java 19
- Spring Boot 2.7.0
Bug reports and pull requests are welcome.
To build and test, you can run:
$ cd CalorieTrackerWithSpring
$ ./mvnw clean install