Skip to content

Share Note is a web-based note sharing and management system that helps students and teachers to share their notes online effectively. It reduces the wasting of time in manually distributing notes to each individual. It greatly overcomes the lack of availability and converts the manual old school paperwork to a fully automated and managed online…

Notifications You must be signed in to change notification settings

go4krishanu/sharenote

Repository files navigation

Share Notes

A notes management system which helps users to upload,download and manage notes of their particular course.

Requirements

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

Installation

  • Upload Share Notes to the directory of your choice. (E.g : /xampp/htdocs/sharenotes ) ##Xampp Server
  • 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/share-notes )
  • Done :)

Login Details

  1. Admin:

username: root

password: krish@admin

  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

About

Share Note is a web-based note sharing and management system that helps students and teachers to share their notes online effectively. It reduces the wasting of time in manually distributing notes to each individual. It greatly overcomes the lack of availability and converts the manual old school paperwork to a fully automated and managed online…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published