Discuss Forum is a web-based discussion platform that allows users to interact and discuss various topics.
- View categories and threads
- Create new threads and participate in existing discussions
- User registration and authentication
DiscussForum.webm
- Clone the repository:
git clone https://github.com/thakurdiwakar/Discuss-Forum.git
-
Set up the database by importing
database.sql
file. -
Configure database credentials in
partials/_dbconnect.php
. -
Start a local web server or deploy the project on your web hosting server.
-
Open the web application in your web browser.
-
Browse categories and threads to find discussions of interest.
-
Create a new account or log in to participate in discussions.
We welcome contributions to improve the Discuss Forum project. If you'd like to contribute, please follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or bug fix.
-
Make your changes and commit them.
-
Push your changes to your forked repository.
-
Open a pull request to merge your changes into the main repository.