Skip to content

FINDR is a blockchain/ AI powered review app which gamifies the restaurant review process and offers incentives for the restaurant goers, reviewers and anyone who are generally interested in this space

Notifications You must be signed in to change notification settings

Msrikrishna/FINDR-app-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FINDR Backend

This is a backend for FINDR project hosted on Frontend Once this is run, the frontend seamlessly interacts with the backend to store and retrieve review Hash data.

Pre-requisite

Background:

  • Java 17
  • Springboot 3

To run:

  • mvn package to make the package jar file. Then, run the next command.
  • java -cp target/findr-0.0.1-SNAPSHOT.jar com.findr.findr.FindrApplication

Swagger:

Endpoints

POST /v1/review-submit

  • Request:
{
  "reviewHash": "",
  "reviewContent": "",
  "ownerInfo": "",
  "restaurantId": ""
}

POST /v1/reviews-from-hashes/{restaurantId}

  • Request:
[rest](http://localhost:8080/v1/reviews-from-hashes/1)
  • Body:
[
  {
    "reviewHash": "",
  }
]
  • Response:
[
  {
    "reviewHash": "",
    "reviewContent": "",
    "ownerInfo": "",
    "restaurantId": "1"
  }
]

About

FINDR is a blockchain/ AI powered review app which gamifies the restaurant review process and offers incentives for the restaurant goers, reviewers and anyone who are generally interested in this space

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages