/Online_Notes-Sharing_using-PHP

Online_Notes-Sharing_using-PHP ---Online Note Sharing” is the project used for sharing notes using the website. This project is written in PHP, MYSQL, HTML , CSS, or Bootstrap. Firstly, the user need to sign up and then, they can log in to the system. They will get their own dashboard where they can see the numbers of notes for the particular faculty. After, that they can download it and read the notes. They can even upload the notes if they have some .

Primary LanguagePHPMIT LicenseMIT

College-Notes-Gallery

A notes management system which helps users to upload,download and manage notes of their particular course. The whole system is coded in core PHP and MySqli

College-Notes-Gallery ->

home

College-Notes-Gallery Admin Panel ->

admin

Requirements

  • PHP 5.3 or higher recommended
  • MySQL DB
  • Ability to write .htaccess file for apache mod_rewrite

Installation

  • Upload College-Notes-Gallery to the directory of your choice. (E.g : /var/www/html/college-notes-gallery )
  • Import MySql Db file to your database software (E.g : PhpMyAdmin -> Create DB -> Import notes.sql )
  • Configure connection between your database and server by modifying the /includes/connection.php file
  • Navigate to the installation in your browser ( E.g : http://localhost/college-notes-gallery )
  • Done :)

Login Details

  1. Admin:

username: root

password: adminroot

  1. User:

username: user

password: userpass

Main Features

  • Multiple user access: Allows multiple type of users(teacher/student/admin) to login
  • Functional Admin panel: Allows admins to manage the whole system
  • CRUD functionalities: Allows all users to create,read,update and delete their notes in a managed format
  • Profile update option: Allows users to update their profile/account details
  • Secure registration and login option for users
  • Allows students and teachers to download/upload their course notes easily
  • Allows users to recover their password using forgot password option

To-Do list

  • Add pagination for notes
  • Add login with facebook and google+ option
  • Add search notes option