/Django-Forum

Django Forum is a reddit like community app where people can create a topic as well as answer to a topic. There is also a user upvote/downvote system and an integrated blog with this app.

Primary LanguageHTML

MedicAid Forum


A community forum to help people with their health related issue. Built with Python/Django.

Table of Contents

Introduction

MedicAid Forum is a reddit like community app. Here people can search previously discussed topics. Create new topic and provide answer to an existing topic. Upvote/Downvote any topic (similar to YouTube system). View activity history. It has an Integrated Blog. Built with Python/Django and 100% free to use.

Features

A few of the things you can do with MedicAid:

  • Signup as a Doctor or General User
  • Search and read previously discussed topics
  • Create a new topic
  • Provide answer to an existing topic
  • Upvote any topic
  • Downvote any topic
  • View activity history (created topics/answered topics)
  • Read blog posts

Installation Process

Installation Process (Windows)

  1. Create a Virtual Environment virtualenv projectenv
  2. Go To environment Directory cd projectenv/scripts
  3. Activate Virtual Environment activate
  4. Clone This Project git clone https://github.com/mahmud-sajib/Django-Forum.git
  5. Go To Project Directory cd Django-Forum
  6. Install Required Package pip install -r requirements.txt
  7. Migrate Database python manage.py migrate
  8. Finally Run The Project python manage.py runserver

Project Demo

Live Demo

Live Project url: dj-forum.herokuapp.com

Forum Home Page

Signup Page

Login Page

Topic Create Page

Topic Detail Page

User Dashboard Page

Search Result Page

Blog Archive Page

Blog Detail Page

Feedback

Feel free to send me feedback on Twitter or file an issue. If you wish to contribute, please feel free to do so!