All Projects → RugvedB → Stackoverflow-Clone

RugvedB / Stackoverflow-Clone

Licence: other
Implementing necessary features of stackoverflow using django

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to Stackoverflow-Clone

StackUnderflow
Greasemonkey/Tampermonkey script that brings user blacklisting, starring and other goodies to StackOverflow and StackExchange sites.
Stars: ✭ 16 (-23.81%)
Mutual labels:  stackoverflow
ducky
Chrome extension to overlay a (super adorable) rubber duck, as a virtual companion during rubber duck debugging.
Stars: ✭ 80 (+280.95%)
Mutual labels:  stackoverflow
sotoki
StackExchange websites to ZIM scraper
Stars: ✭ 64 (+204.76%)
Mutual labels:  stackoverflow
So-Chat-Commander
SO Chat Commands for the Stackoverflow Chat
Stars: ✭ 14 (-33.33%)
Mutual labels:  stackoverflow
BERTOverflow
A Pre-trained BERT on StackOverflow Corpus
Stars: ✭ 40 (+90.48%)
Mutual labels:  stackoverflow
ChatSE
An Android application for StackOverflow and StackExchange chat! Revived by Tristan Wiley, base app created by Anubian
Stars: ✭ 22 (+4.76%)
Mutual labels:  stackoverflow
So Pwa
A progressive web app to read Stack Overflow content.
Stars: ✭ 235 (+1019.05%)
Mutual labels:  stackoverflow
awesome-yaml
YAML awesomeness
Stars: ✭ 36 (+71.43%)
Mutual labels:  stackoverflow
routinepanic.com
🌐 协慌网 - 专注编程问答汉化。
Stars: ✭ 18 (-14.29%)
Mutual labels:  stackoverflow
hackertab.dev
Hackertab turns your New Tab page into a geeky one that keeps you as a developer updated with the best tools, news, jobs and events.
Stars: ✭ 229 (+990.48%)
Mutual labels:  stackoverflow
Answerable
Recommendation system for Stack Overflow unanswered questions
Stars: ✭ 13 (-38.1%)
Mutual labels:  stackoverflow
soddi
StackOverflow Data Dump Importer. Forked from https://bitbucket.org/bitpusher/soddi/ after the original author passed away.
Stars: ✭ 74 (+252.38%)
Mutual labels:  stackoverflow
stack-search
chrome extansion for enrich stackoverflow results on google search
Stars: ✭ 22 (+4.76%)
Mutual labels:  stackoverflow
sox
Stack Overflow Extras: a userscript for the Stack Exchange websites to add a bunch of optional toggle-able features
Stars: ✭ 65 (+209.52%)
Mutual labels:  stackoverflow
graphoverflow
Run the entire StackOverflow on Dgraph. Work in progress.
Stars: ✭ 117 (+457.14%)
Mutual labels:  stackoverflow
Back2stackoverflow
Userscript for redirect to stackoverflow.com from machine-translated sites
Stars: ✭ 237 (+1028.57%)
Mutual labels:  stackoverflow
ignition-stackoverflow
An Ignition tab that fetches StackOverflow questions and provides a searchbar.
Stars: ✭ 74 (+252.38%)
Mutual labels:  stackoverflow
howto
Terminal client for stack overflow
Stars: ✭ 25 (+19.05%)
Mutual labels:  stackoverflow
rawr
Extract raw R code directly from webpages, including Github, Kaggle, Stack Overflow, and sites made using Blogdown.
Stars: ✭ 15 (-28.57%)
Mutual labels:  stackoverflow
SolveWithStack
Android library for helping you to reach out to best possible answer for your bug/error available on stack overflow and will show it in your Android Studio Console only.
Stars: ✭ 15 (-28.57%)
Mutual labels:  stackoverflow

StackOverflow Clone

      

About

The aim of the project is to implement all the basic and necesssary functionalities of Stackoverflow.

For developers, by developers

Stack Overflow is an open community for anyone that codes. They help you get answers to your toughest coding questions, share knowledge with your coworkers in private, and find your next dream job.


Preview


Question-Accepted answer


LightMode-Darkmode


Ask Question


Profile-Edit Profile


🚀 Features

  • Ask question
  • Answer question
  • Upvote/Downvote question/Answer
  • Profile
  • Dark mode
  • User reputation
  • for accepted answers
  • Filters - tags,title,views,answered/unanswered,latest


💻 Tech stack

Backend : Django
Database : SQLite
Frontend : CSS, HTML, Bootstrap, jQuery


🦮 Installation Guide

A step by step series of examples that tell you how to get a development env running

In your cmd:

https://github.com/RugvedB/Stackoverflow-Clone

Then,

cd Stackoverflow-Clone
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate

Next

Create a .env file, enter your credentials for following fields

EMAIL_HOST = ENTER YOUR EMAIL HOST
EMAIL_PORT = ENTER YOUR EMAIL PORT
EMAIL_HOST_USER = ENTER YOUR EMAIL ID
DEFAULT_FROM_EMAIL = ENTER YOUR EMAIL ID
EMAIL_HOST_PASSWORD = ENTER YOUR EMAIL PASSWORD
SECRET_KEY = ENTER YOUR SECRET_KEY

Then

python manage.py runserver

You are done with the setup now!


📝 To-do List

  • Use ajax for improving user experience.
  • Add search bar for user,questions,tags etc.
  • Create App for the same.

📃 Acknowledgements & References


Developed with ❤️ by Tushar and Rugved

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].