Skip to content

MABDesigns/ChadliBendjedidUniversityLibrarySearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Chadli Bendjedid University Library Search App

This repo represents a responsive web app for the Chadli Bendjedid University Library.

Installation

First use this command to import the repo at your machine:

git clone https://github.com/MABDesigns/ChadliBendjedidUniversityLibrarySearch

Second, at /en/db/ you'll find a file named library.sql, import it at your database.

Third step, edit the index page of /en/search/ , and use your own credentials of your database.

$conn = new PDO("mysql:host=localhost;dbname=dbname",'username','password',array(PDO::MYSQL_ATTR_INIT_COMMAND => "SET NAMES UTF8") /*for none latin characters*/);
$servername ="localhost";
$username = "username";
$password ="password";
$dbname ="database"; 

and that's it you can now start using the web app.

Usage

At the Search bar type in the name of the book/article/publication that you want to check if it's available at the library.

ScreenShot

Settings Window

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

This repo represents a responsive web app for the Chadli Bendjedid University Library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published