Online Examination System Today Online Examination System has become a fast growing examination method because of its speed and accuracy. It is also needs less manpower to execute the examination.
A step by step process that shows you how to set up the application on your machine.
If you are using a windows based operating system you can install either XAMPP or WAMPP which contains PHP AND MYSQL already preinstalled.
If your webserver has been setup correctly download and extract or clone this repository to your htdocs folder if you are using XAMPP or /var/www/html/ if you installed the requirements individually.
After moving the application to the web root folder successfully, Start the webserver and move visit the link on your browser. https://localhost/CBT-MADE-TEST-YOUR-SKILL. If the link works successfully then you have installed
Make sure phpmyadmin is installed before you continue with the setup. visit https://localhost/phpmyadmin/ and create a database with the name cbtproject then click on import and select the project.sql and import sql file.
After moving the application to the web root folder successfully, Start the webserver and move visit the link on your browser. https://localhost/CBT-MADE-TEST-YOUR-SKILL. If the link works successfully then you have installed the online examination system application successfully. and you can visit the administrator page with the url https://localhost/CBT-MADE-TEST-YOUR-SKILL/admin
- username: admin@admin.com | password: admin
This is a PHP Beginner project you can make a pull request if you see any bug/typo ,or want to add a new feature.
This project is licensed under the MIT License - see the LICENSE file for details