This project is writen in Laravel 8.12
In order to run this project, follow the following steps:
-
To run this project you need to have installed Docker engine on your local machine.
Docker installation tutorial for Ubuntu distros
-
Clone github project
-
From your local machine run docker_console.sh script
The script MUST be runned from project root directory
./scripts/docker_console.sh
-
In the running container run docker_serve.sh script in order to serve the project
The script MUST be runned from project root directory
./scripts/docker_serve.sh
-
Continue the steps for Frontend
You can monitor MySQL general log with the following command
tail -f mysql/general_log.log
Note: This project is made for the purpose of graduate thesis.