College notes gallery project is developed using PHP, JavaScript, Bootstrap, and CSS. It contains just a user side. All the management are done from the user side like uploading the reading materials. From the user side, the users can view the homepage and see the contents available there. Through this site, the college can maintain the student’s notes with more ease. He/ She can upload them and also can edit them.
About College Notes Gallery In PHP
This project intends to provide the students with an environment where they can upload their notes online. By doing this, it will allow them to gain the basic knowledge about using any kind of project management system. This project has only a single agenda, that is, to allow students to upload their study materials online like google classroom. Here you have to sign up in order to upload any kind of files. When you sing up then you can view the uploading dashboard. From there you can upload your files and later on you can download them.
Features such as Editing site content, user management, and site settings are the most essential feature of a site. And these all features have made management of site easier as the user can change the content and setting any time he/she want rather than opening the whole source code and changing each line of codes. A clean and responsive dashboard is provided in the admin panel for the easy management of this project. This project in PHP helps in easy management of the notes and study materials for the students. Design of this project is pretty and responsive so that user won’t find it difficult to understand, use and navigate.
Note: Please try to add the index.php file that is in the dashboard folder in your root directory so that you won’t get any errors. Or you can simply manipulate the href location of index.php from the JavaScript when the user tries returns to the dashboard.
How To Run College Notes Gallery In PHP ?
To run this project you must have installed virtual server i.e. XAMPP on your pc (for Windows). After Starting Apache and MySQL in XAMPP, follow the following steps
1st Step: Extract file
2nd Step: Copy the main project folder
3rd Step: Paste in xampp/htdocs/
Now Connecting Database
4th Step: Open a browser and go to URL “http://localhost/phpmyadmin/”
5th Step: Then, click on databases tab
6th Step: Create database naming “notes” and then click on import tab
7th Step: Click on browse file and select “notes.sql” file which is inside “database” folder
8th Step: Click on go.
After Creating Database,
9th Step: Open a browser and go to URL “http://localhost/notes/”
For Admin Panel
Final Step: Go To URL “http://localhost/notes/admin/”
For username and password, refer the “Readme.txt” file.