API for handling possible image duplicates
Go to file
Manuel Kamper 46afe388c6 Dateien hochladen nach „“ 2022-10-28 09:21:10 +00:00
LICENSE Initial commit 2022-10-28 09:20:03 +00:00
README.md „README.md“ ändern 2022-10-28 09:20:19 +00:00
duplicate_api.php Dateien hochladen nach „“ 2022-10-28 09:20:43 +00:00
image_duplicates.sql Dateien hochladen nach „“ 2022-10-28 09:21:10 +00:00

README.md

DuplicateAPI

API for handling possible image duplicates

  1. Make a new database (use image_duplicates.sql file for that)
  2. generate credentials for the database
  3. enter database credentials into duplicate_api.php
  4. go to your webserver like this: http://localhost/duplicate_api.php?test
  5. load testset for postman and check your API functionality