„README.md“ ändern

This commit is contained in:
Manuel Kamper 2022-10-28 09:20:19 +00:00
parent 8962d4d084
commit 31a8a83ebf
1 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# DuplicateAPI
API for handling possible image duplicates
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