https://github.com/peterkibuchi/django-boards
A discussion board (forum) where users can start a new discussion by creating a new topic or engage in a discussion by posting replies.
https://github.com/peterkibuchi/django-boards
discussion-board django forum python
Last synced: about 1 month ago
JSON representation
A discussion board (forum) where users can start a new discussion by creating a new topic or engage in a discussion by posting replies.
- Host: GitHub
- URL: https://github.com/peterkibuchi/django-boards
- Owner: peterkibuchi
- License: mit
- Created: 2020-09-09T06:19:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-08T10:14:38.000Z (10 months ago)
- Last Synced: 2025-02-27T02:28:35.846Z (8 months ago)
- Topics: discussion-board, django, forum, python
- Language: Python
- Homepage:
- Size: 1.15 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django Boards
> A discussion board (forum) where users can start a new discussion by creating a new topic or engage in a discussion by posting replies.## Table of Contents
* [General Info](#general-information)
* [Technologies Used](#technologies-used)
* [Features](#features)
* [Project Status](#project-status)
* [Room for Improvement](#room-for-improvement)
* [Acknowledgements](#acknowledgements)
* [Contact](#contact)## General Information
- Django Boards is a discussion board (a forum).
- The whole idea is to maintain several boards, which will behave like categories.
- Then, inside a specific board, a user can start a new discussion by creating a new topic.
- In a given topic, other users can engage in the discussion by posting replies.
- I undertook this project as a means of learning the Django Web Framework.- Feel free to check it out, create new boards, topics, and reply to existing posts. The project is available [here](https://django-boards-unchained.herokuapp.com/).
## Technologies Used
- Django
- HTML & CSS
- Bootstrap## Features
- Users can start a new discussion by creating a new topic.
- Other users can engage in the discussion by posting replies.
- Create, read, update and delete functionality for users in relation to posts.
- User registration and authentication (users have to be logged in to interact with posts).
- Profile update functionality.
- Change password functionality.## Project Status
Project is: _complete_.## Room for Improvement
Room for improvement:
- Improve the visual design.To do:
- Add messages to inform users when a certain action is completed e.g editing a post - to improve the user experience.## Acknowledgements
- This project was based on [this tutorial](https://simpleisbetterthancomplex.com/series/beginners-guide/1.11/).
- Many thanks to [Vitor Freitas](https://github.com/vitorfs) for coming up with such a comprehensive beginner's guide and to my friend Byron, who shared it with me, enabling me to take the next steps in my Developer Journey when I was just starting out.## Contact
Created by [Peter Kibuchi](https://www.peterkibuchi.com).