Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoo Data API

Description

This project is divided into 4 parts:

Zoo Data API is a Java Rest API that posts data to Zoo Elastic Search (a dockerized Elasticsearch instance). You can use curl (or Postman) to post data to Zoo Elastic Search. Zoo Data API is the entry point of this project.

Instructions

To run the API (from command line):

mvn spring-boot:run

To run tests (from command line):

mvn clean install

To run tests (from command line):

mvn clean install

To post data (from command line):

curl -X POST -H "Content-Type: application/json" -d '{"name": "mo"}' http://localhost:8080/api/post-data

Learning Outcomes

Here are the learning outcomes of this project.

  • To build a Java Rest API that can post data to Zoo Elastic Search
  • To use tests using JUnit
  • More to follow

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages