A user can see queries posted by other users, see answers and comments posted on that query.
Search for a query from the search bar.
If a user wants to post a query, they must log in for doing so. And obviously if they haven't registered for an account, they have to do first.
To execute the project in your local machine:
- Clone the repo
- Install Xampp if you haven't already.
- Create a folder inside the htdocs folder of xampp. If you're a windows user, the folder is in the C drive.
- Extract the files from the clone and paste it into the new folder.
- Open Xampp Control Panel, start the Apache and MySQL server.
- Click on the admin button in the MySQL module of Xampp control panel.
- phpMyAdmin would be opened, create a new database named forum.
- Go to extract option, select forum.sql file from the extracted files and click on the go button.
- You're almost set, type in localhost/folder_name in your browser.
- Hurrah, you can see the project up and running.
If you encounter any error, feel free to ping me.
Have a good day :).