A very simple php app I made for school stuff
- install dependencies
- XAMPP
-
clone this repo
-
run XAMPP, start Apache and MySQL (configure MySQL if needed)
-
run
setup.sh
orsetup.bat
-
reply
Y
if asked question to run the server, otherwise run the server manually withstart.sh
orstart.bat
or by running the commandphp -S localhost:8080
in the terminal or command prompt -
open the given link in your browser
-
enjoy
Stuff like database configurations are all in config.ini
file located in root directory.