Quick installation
Instructions for installing and configuring the system can be found on the GitHub page:
I have provided the most up-to-date information regarding system installation there. The installation process has been simplified, and most of the commands are standard for Laravel.
The changes you need to make in the .env and .env.testing files only concern the correct connection to the database. All other values are set to defaults, which can be adjusted after installation. After installation, I recommend running integration tests to ensure everything is working correctly.
I also encourage you to upload test data to see how the system works. I have described this in detail on the aforementioned GitHub page.
In the ./public/admin directory, I have placed the admin panel, which is built using Vue.js. The source code is available on GitHub at:
You can also find the installation, configuration, and testing process for the admin panel (Vue.js) on this page.