API for handling possible image duplicates
Go to file
Manuel Kamper d0ee9a146b „duplicate_api.php“ ändern 2022-12-02 11:56:51 +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 „duplicate_api.php“ ändern 2022-12-02 11:56:51 +00:00
duplicate_api.postman_collection.json Dateien hochladen nach „“ 2022-11-01 12:20:05 +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