Communigate is a web-based project for society managment system developed as part of my BCA Semester 5 coursework. It is designed to streamline communication and management across different user roles.
- Admin Panel: Manage users, monitor activities, and oversee system settings.
- Client Interface: Access to services, view information, and interact with the system.
- Staff Portal: Tools and features for staff to manage their tasks efficiently.
- CRUD Operations: Create, Read, Update, and Delete functionalities for seamless data management.
-
Clone the repository:
git clone https://github.com/kevalGothi/Communigate
-
Navigate to the project directory:
cd Communigate
-
Import the database:
- Locate the
.sql
file in the project directory. - Import it into your MySQL database.
- Locate the
-
Update the database configuration:
- Edit the
config.php
file to set your database credentials.
- Edit the
-
Run the project:
- Access the application via
http://localhost/Communigate
.
- Access the application via
- PHP
- MySQL
- HTML/CSS
- JavaScript
Feel free to fork the project and submit a pull request if you have suggestions or improvements.