Skip to content

meysamzandy/tiyam-laravel-like-dislike-microservice

Repository files navigation

Installation Tips

tiyam is a like/dislike microservice

Requirements installation

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

Requirements Command

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published