Forfer Forum — Django Discussion Platform

A typical web forum built with Django and JavaScript, featuring threaded discussions, user accounts, and post management.


Overview

Forfer Forum is a standard internet discussion forum built with Django as a college web development exercise. It covers the core features expected of a forum: user registration, creating threads, posting replies, and browsing discussions by category.

Features

  • User registration and authentication
  • Create and browse discussion threads
  • Reply to threads (nested comments)
  • Post management (edit, delete)
  • Category-based organization

Tech Stack

  • Django — backend framework (Python)
  • JavaScript — frontend interactivity
  • SQLite / PostgreSQL — database
  • Django Templates — server-side rendering
← Back to Projects