NawrasBukhari / Internet-Application-Security

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Internet Application Security

this repository for the subject which will host all of my laboratory works with source code

instructions for all labortories installation

1- You have to install a server such as xampp or wamp but I prefer wamp because it supports many PHP versions.
2- You have to install it as a zip file then extract it to the "www" in (wamp) or "htdocs" in "xampp".
3- Make sure to have Composer installed and NODEJS you can find them by clicking on them.
4- Use PHPStorm or VS-Code for easier code editing.
5- Run the following codes in the terminal but make sure that your terminal in the right project directory
6- change the file name from .env.example into .env

composer install
npm install
npm run dev

pull requests

if you'll find any error or mistake just make a pull request and we will fix them together.

About

License:MIT License


Languages

Language:PHP 74.5%Language:Blade 24.2%Language:Shell 0.8%Language:JavaScript 0.3%Language:SCSS 0.2%