This is the base platform of opoink framework.
for the installation procedure please follow instruction at https://www.opoink.com/docs?cat=2&page=1
after cloning the repo in your xampp 7.3.26 add a vhosting for your api
if composer then open in visual studio code in terminal 'composer upgrade opoink/framework' else in terminal 'wget https://getcomposer.org/composer.phar' composer.phar upgrade opoink/framework
then add .htaccess in your api folder then add in .htaccess
sql_mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION"