This is Complaint Management System built with PHP & mySQL(back-end), AJAX (client-server Requests), Material+Boostrap (Front-end) and jQuery.
git clone https://github.com/vidush-dixit/CMS.git
move Project folder inside xampp/htdocs/ folder
open localhost/phpmyadmin
create new database and import Database/cms.sql file
Now open localhost/{Your Project Folder Path from htdocs directory} to run the Project
Sample Database File
=>cms.sql
Web Portal & Project Snapshots
=>Projects_Screenshots.rar
The application can be tested using below credentials which are seeded in the database :
- Admin -> email = admin@demo.com, password = Admin@1234
- Caretaker / Department Heads -> email = caretaker@demo.com, password = Caretaker@1234
- User -> email = usert@demo.com, password = User@1234