Skip to content

rxrkrx/College-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

College-Project

Contains My College Final Sem Project

Setup Instructions

  • Clone the Repository
  • Make a New File inside the includes/ directory with the name database_credentials.php
  • Paste the Required Values which will be used by the Web App to Connect to the Database.
<?php

$hostname = "localhost";
$username = ""; //Username Here
$password = ""; //Password Here
$db_name  = ""; //Database Name Here

?>

Building the Database

Import the database.sql File into your Database to Create the Database Schema.

About

Contains My College Final Sem Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors