Feel Free To Contribute.
Features
- User account login
- History
- Admin login
user test account - email@gmail.com
password - 1234
test account - admin@gmail.com
password - 1234
Change credentials in config.php.
<?php $con = mysqli_connect("localhost","user","password","database") or die(mysqli_error()); ?>
Open PHPmyadmin create a database named project.
Import the travel.sql file in database folder.