tiyam is a like/dislike microservice
Install web server (nginx) 
Install php >= 7.4  last stable version
Install mariadb last stable version
Install phpmyadmin -last stable version
Install the composer v2
Enable the event on mariadb
run git clone https://github.com/meysamzandy/tiyam-laravel-like-dislike-microservice.git 
run cd /var/www/tiyam 
run composer install 
Duplicate .env.example to .env 
configure mysql connection on .env 
add below lines to .env 
DECRYPT_KEY ='FK2nCxJopir5iQ'
DECRYPT_IV ='Xai8sh9k7EdfGv'
ANONYMOUS ='f0483750-665f-43c9-b2ca-24e7d26f4049'
run php artisan key:generate 
run php artisan migrate