Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.48 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.48 KB

CodingForum

Version 1.0.0

Coding Forum is a forum like stackoverflow. Well, a bit like stockoverflow :).

Description

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.

Screenshot (510)


Screenshot (511)

Executing the project

To execute the project in your local machine:

  1. Clone the repo
  2. Install Xampp if you haven't already.
  3. Create a folder inside the htdocs folder of xampp. If you're a windows user, the folder is in the C drive.
  4. Extract the files from the clone and paste it into the new folder.
  5. Open Xampp Control Panel, start the Apache and MySQL server.
  6. Click on the admin button in the MySQL module of Xampp control panel.
  7. phpMyAdmin would be opened, create a new database named forum.
  8. Go to extract option, select forum.sql file from the extracted files and click on the go button.
  9. You're almost set, type in localhost/folder_name in your browser.
  10. Hurrah, you can see the project up and running.

Help

If you encounter any error, feel free to ping me.

Have a good day :).