You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clone this repository to your local machine or download it.
If you are using Docker, navigate to the docker directory and run docker-compose up -d. If you are using a different environment like XAMPP, ensure that you have a web server (Apache), PHP, and MySQL running.
Please note that PHP 8 is required. You may need to modify the code to make it compatible with lower PHP versions.
Create a .env file by copying the variables from .env.example. Fill in the necessary values in the .env file.
Ensure that the database name you entered exists. If it doesn't, create the database.
Confirm that when you open http://localhost:8000, the home page loads successfully.