pushe is a favorite list microservice
Install web server (nginx)
Install php >= 7.3 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/pushe-laravel-favorite-list-microservice.git
run cd /var/www/pooshe
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