Skip to content

Project 3 + 4 of the Java Developer Nanodegree Program

Notifications You must be signed in to change notification settings

kotlinc0der/reviews-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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.

Instructions

  • Configure the MySQL Datasource in application.properties.

  • To run this service you execute:

    $ mvn clean package
    
    $ java -jar target/reviews-api-0.0.1-SNAPSHOT.jar
    

    It can also be imported in your IDE as a Maven project.

Documentation

Check out Swagger UI: http://localhost:8080/swagger-ui.html

About

Project 3 + 4 of the Java Developer Nanodegree Program

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published