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.
- 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.
- Backend: Django (Python)
- Frontend: HTML, CSS, JavaScript
- Database: SQLite (or another Django-supported database)
- Rich Text Editor: Implemented for enhanced formatting