/meals

Web service used to track meals of a user and their calories (REST API)

Primary LanguageJavaApache License 2.0Apache-2.0

Meals

REST API for application used to track meals of a user and their calories

Motivation

This is a showcase project.

Tech/framework used

  • Java 8
  • Spring Boot
  • MongoDB

Built with

  • Maven

Features

Installation

mvn install

Documentation

Documentation is auto-generated upon installation using Spring REST Docs and Asciidoctor in target/generated-docs/index.html

Tests

mvn compile test