This project has been developed by Garvit (22BCE10667) for the course CSE4001 - Internet and Web Programming under the guidance of Dr. G. Prabu Kanna
Source Code - electronic Document Management System
electronic Document Management Project is a web-based application using PHP and MySQL. Users can register and create, categories, and notes.
It has a user module - Users can register with valid details. After registration user will be able to log in with a registered email id/mobile no and password.
- Dashboard: In this section, the user can briefly view information about categories, and notes, and also view 5 latest notes.
- Category: In this section, user can mange Category(Add/Update/Delete).
- Notes: In this section, the user can add, view, and delete the note. User can also update the note history.
- Change Password: In this section, User can change their own login password.
- My Profile: In this section, the user can update their own profile.
-
Search: In this section, users can search for the note by entering the title.
-
Users can also recover their own password.
Project Name | electronic Document Management System |
---|---|
Languages Used | PHP |
Database | MySQL |
UI Design | HTML, JavaScript, JQuery, AJAX |
Software Required | XAMPP/WAMP/MAMP/LAMP |
-
Download the project zip file
-
Extract the file and copy
edms
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
edmsdb
-
Import
edmsdb.sql
file (given inside the zip package in theSQL File
folder) -
Open the project (http://localhost/edms)
User Credential Username: johndoe@gmail.com or 1221121212 Password: Test@123
or Register a New user.