Git Product home page Git Product logo

kilimoqa's Introduction

Ask-Questions---Django-based-website

This is a fully functional Question and Answer website built using django (python), html, css, javascript.

Prerequisites

  • Python 3.7 (lower versions also work correctly)
  • Django 2.0 or higher
  • Pillow

Setting up the project in your system

Download the whole project. You will get a zip file named "Ask-Questions---Django-based-website-master.zip" in your download folder. Extract the file at any location.

Hosting the website on your system

Now open the terminal and change directory to the location where the project folder is located. Then chage directory using this command

$ cd Ask-Questions---Django-based-website-master/Project

Now to create a localhost in your system use this command

$ python manage.py runserver

The site is now hosted and ready for use. Open your web browser and use the url localhost:8000/

Some features

  • Beautiful GUI.

    drawing drawing
  • Only one account on one email and no two users can have same username.

  • One can see questions and answers without an account but to post questions and answers one has to log in.

  • Only the person who created the question/answer will get the options to update or delete the question/answer.

  • Only the person who created the question can accept/unaccept the answer by other users for the question.

  • If there is atleast one accepted answer the question will be considered answered and "answers" circle on the home page for the question and the question detail page will turn green.

  • Everyone can give only one vote (+ive or -ive) to an answer.

  • Once logged in one can access their profile page and edit profile pic and location. Also the page give quick access to all the questions and answers posted using the profile.

  • One can open the profile page of any other user using the users page which displays all the users.

  • There is also a point system in which user is awarded points for asking questions, answers and also when their answer is accepted. (details on profile page).

  • Everywhere the usernames are linked to their profile pages so in case you find a question and want to open the profile page of its user then just click on the name being displayed below the question.

  • Points system assign badges to everyone which define their rank and presence on the site. Badge progress are shown on each page after logging in.

  • Some efforts have been made to stop hacking.

Credentials

  • Although you can create your own account but here are the credentials of the 2 test profiles.

    username - abcd

    password - github1234

    username - efgh

    password - efgh

  • abcd is the admin account of the site and the admin dashboard can be accessed using the url localhost:8000/admin but I highly recommend not to change anything from the dashboard and also not to create a new admin.

kilimoqa's People

Contributors

christopheroloo avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.