Skip to content

Repo contains CustomerReviewAPI:Midterm project for JDND.

Notifications You must be signed in to change notification settings

ashutosh-sharma/CustomerReviewAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reviews API

Supports operations for writing reviews and listing reviews for a product but with no sorting or filtering.

Prerequisites

MySQL needs to be installed and configured. Instructions provided separately.

Getting Started

  • Configure the MySQL Datasource in application.properties.
  • Add Flyway scripts in src/main/resources/db/migration.
  • Define JPA Entities and relationships.
  • Define Spring Data JPA Repositories.
  • Add tests for JPA Repositories.

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

About

Repo contains CustomerReviewAPI:Midterm project for JDND.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages