/Zoo

Zoo RESTify tutorial project

Primary LanguageJavaMIT LicenseMIT

Zoo

A minimal demo project to illustrate RESTification.

About

The codebase offers Zoo related functionality:

  • Getting the Zoo's opening hours.
  • Listing all animal names.
  • Listing details for a specific animal (identified by name).
  • Adding an animal.

All this functionality is offered by a singleton class Zoo.

Usage

To compile / run the Zoo, execute these commands:

  • Compile: mvn clean install
  • Run: java -jar target/zoo.jar

Documentation

License

This software is under open source MIT License.