Online Notes Sharing System
Online Notes Sharing System Project is a web based technology that manages user and notes database and provides rights to update their details and notes. In this web application user must be registered. Online Notes Sharing management System Project web application provides a way to effectively control record & track the user details who himself/herself registered with us.
How to run the Online Notes Sharing System Project using PHP and MySQL
- Download the project zip file
- Extract the file and copy
onss
folder - Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/Html)
- Open PHPMyAdmin (http://localhost/phpmyadmin)
- Create a database with the name
onssdb
- Import
onssdb.sql
file(given inside the zip package in SQL file folder) - Run the script
http://localhost/onss
Credential for Employee/User panel :
- Username: john12@gmail.com
- Password: Test@123 or Register a new user.
Project Modules
In Online Notes Sharing management System project, there is one module user
User:
- Dashboard: This is welcome page of registered users, user can briefly view total number of notes uploaded.
- Notes: In this section, user can add, update and delete the notes which they want to share.
- Profile: User can update his/her profile.
- Change Password: User can update/his/her account password.
Project Name | Online Notes Sharing management System Project in PHP |
---|---|
Language Used | PHP5.6, PHP7.x |
Database | MySQL 5.x |
User Interface Design | HTML, AJAX,JQUERY,JAVASCRIPT |
Web Browser | Mozilla, Google Chrome, IE8, OPERA |
Software | XAMPP / Wamp / Mamp/ Lamp (anyone) |