This is a group web project for 2nd year students who followed Bsc.ICT at USJP which is based on web technologies.
This project is based on HTML, CSS, JavaScript, PHP, Bootstrap and MySQL.
Technologies and Languages Used
- HTML5 / CSS
- JavaScript (Used to set dynamically updating content)
- BootStrap (Contains HTML, CSS and JavaScript libraries)
- PHP
- MySQL (Used SQL for the database)
Steps to run project in the Machine
- Clone or download the repository.
- Extract all the files and move it to the 'htdocs' folder of your XAMPP directory.
- Start the Apache and Mysql in your XAMPP control panel. (Should install XAMPP Server to create a localhost server.)
- Open your web browser and type 'localhost/phpmyadmin'
- In phpmyadmin page, create a new database called 'systemdb'.
- Import the file 'systemdb.sql' to your newly created database.
- Open a new tab and type 'localhost/foldername' in the url of your browser. (folder name should be the name of your project folder in the htdocs.)