Skip to content

satvinder-hullait/animals-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animals API

Animals API is a Spring Boot web application with a Swagger documented API.

Getting Started

Prerequisites

First install:

  • Java 17
  • Maven 3.6.3+

Commands

Run the service:

mvn spring-boot:run

Tests with coverage:

mvn clean test

Build the .jar:

mvn clean package    

Run with Docker (build jar first)

docker-compose up

Run from Docker Hub

docker run --rm -p 8080:8080 -d catapultcx/animals-api:latest

Publish to Docker Hub

./docker.sh

URLs

Once started the API will be available at:

API docs can be found at:

Reference Documentation

For further reference, please consider the following sections:

About

Animals API - Spring Boot app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.9%
  • Other 1.1%