- PHP
- Composer
- Clone the repository by running the following command:
git clone https://github.com/ikipm/SafeClick
- Duplicate the
.env.example
file and modify the values to match your requirements. - Navigate into the project directory and install the framework and its libraries by running:
composer install
- Generate a unique key within the
.env
file by executing the following command within the project directory:php artisan key:generate
- Perform database migrations by running the following command within the project directory:
php artisan migrate
- To deploy the front-end, first install the necessary dependencies by running:
npm install
- Run the npm commands:
7.1. For development deployment, run:npm run dev
7.2. For production deployment, run:npm run prod
- Finally, execute the application by running:
php artisan serve