DuplicateAPI/README.md

10 lines
354 B
Markdown
Raw Permalink Normal View History

2022-10-28 11:20:03 +02:00
# DuplicateAPI
2022-10-28 11:20:19 +02:00
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