Skip to content

akshayp282/CodingForum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published