Giter VIP home page Giter VIP logo

question-time's Introduction

Question-Time

Question Time is a forum site where users can share knowledge, ask questions and post answers.

I made this project as a part of my Django and Vue.js practice.

Features

  • user registration
  • user login
  • users can start new threads
  • users can answer to existing questions
  • answer like/dislike option
  • owners can edit and delete their questions and answers
  • there is and admin site where admins can manage site resources

Setup

The site was made in Django. Start creating virtual environment for this project.

virtualenv venv

Then install all the packages from requirements.txt

pip install -r requirements.txt

This project has a separate frontend made in Vue.js. To make it work, please make sure you have installed vue cli (Vue Command Line) and npm (Node Package Manager) from https://nodejs.org/en/.

Having it installed, go to source root of your Django application and run command django-admin runserver.

In another terminal window go to frontend directory and run command npm run serve to run your front-end server.

You will be welcomed by a login window. Only singed in users can browse the site therefore please create an account before you start.

This app is using sqlite3 database and doesn't require any additional configuration of the database except having db.sqlite3 file in the root folder.

Specification

Django 3.0

Vue.js 2.6

question-time's People

Contributors

korchod avatar

Stargazers

 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.