Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 808 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 808 Bytes

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