Skip to content

A restful spring boot micro service based on spring data JPA and spring rest. It allows requests to the web service that returns information about tours, tour packages and tour ratings about locations in california.

Notifications You must be signed in to change notification settings

davidenoma/Restful-Explore-California-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restful-Explore-California-App

It is a simple web service that creates tours, tour packages and ratings for those tours for customers. This is spring based microservice. It is restful web service that has endpoints to allow POST, GET, PUT, PATCH and DELETE requests. The tours are loaded from a JSON file. The controllers handle request to create tours, packages, rating and comments for customers. The domain objects are created as JPA entities and an embedded h2 in memory relational database.

Postman (https://www.getpostman.com/ ) can be used to make these api requests to the deployed service. All dependencies are in the maven pom.xml file, take note of the dependencies versioning. It was deployed with the embedded tomcat database in the IntelliJ Ide.

About

A restful spring boot micro service based on spring data JPA and spring rest. It allows requests to the web service that returns information about tours, tour packages and tour ratings about locations in california.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages