Skip to content

Harsh-up3131/stackoverflow2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stackoverflow2.0

A fully functional Stack Overflow Clone built using Django. This project demonstrates how to implement key features of a Q&A platform like Stack Overflow, including user authentication, question posting, answering, voting, commenting, and more.

Features

  • User Authentication: User registration, login, and logout functionality.
  • Question and Answer System: Users can post questions and provide answers.
  • Upvote and Downvote: Voting system for questions and answers.
  • Commenting System: Users can comment on questions and answers.
  • Search Functionality: Search for questions using keywords.
  • User Profiles: Edit profile details and upload profile pictures.
  • Rich Text Editor: Use a rich text editor for better post formatting.
  • Admin Interface: Manage content and users with Django's admin panel.
  • User Restrictions: Ensure only authorized users can perform certain actions.

Technologies Used

  • Backend: Django (Python)
  • Frontend: HTML, CSS, JavaScript
  • Database: SQLite (or another Django-supported database)
  • Rich Text Editor: Implemented for enhanced formatting

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors