Skip to content

chininchu/Dining-Review-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dining-Review-API

Project Objectives

The main objectives of this project are:

  1. Construct a RESTful web API with data persistence using Spring and Spring Data JPA.
  2. Use Spring Initializr to generate the initial Java project.
  3. Configure application properties for certain dependencies, including the mySQL embedded database.
  4. Define the entities that comprise this application scenario.
  5. Define the repositories that enable creating, updating, and querying these different entities.
  6. Define the API contracts that will enable this application scenario.
  7. Leverage the convenience of Lombok.
  8. Use cURL to test your API scenarios.

Prerequisites

Make sure you have the following prerequisites installed on your system:

  1. Java
  2. Spring
  3. curl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages