OnlineTutorial Web-APP Build using OOPHP,JQuery,AJAX,Bootstrap,CSS3,MySQL,Apache
All the source code is available inside OnlineTutorial directory and OnlineTutorialSchema.mwb OnlineTutorialSchema.png file displays the database scheme built in workbench The database is available inside Data directory with file named onlinetutorialdb.sql
- Copy the OnlineTutorial directory into xampp->htdocs folder and paste it (XAMPP server is used for apache and mysql)
- enable apache and mysql server from xampp
- open any html 5 browser and navigate to localhost/OnlineTutorial to start using the web app
- Data directory contains the database of this project .sql file
- Apache and MySQL Server (Xamp is used in this case)
- HTML5 Browser
Download the software setups and follow the on screen instructions
step 1
installing XAMP Server v3.2.2 can downloaded from below link
Click here to visit download page
step 2
Copying OnlineTutorial directory to Htdocs folder present inside xampp directory
step 3
enabling apache and mySQL server in xampp application
step 4
navigating to localhost/phpmyadmin and import onlinetutorial.sql file
step 5
Start using the web app by opening the url localhost/OnlineTutorial
- Sublime - A sophisticated text editor for code, markup and prose.
- Take a look at the working project demonstration. Click on the image to view the complete video
- The template of readme.md was taken from PurpleBooth