The C6 Forum is a prototype forum application built with Django. It allows users to create, view, and interact with forum posts. The application supports categories for posts, a comment section, and a like button that tracks the number of likes for each post.
- Create Forum Posts: Users can create new posts with titles, content, and assign them to categories.
- View Posts: Users can view posts along with the number of likes, views, and creation time.
- Like Posts: Users can like posts, and the application will track the number of likes for each post.
- Categories: Posts are organized into categories for easier navigation.
- Comment on Posts: Users can add comments on forum posts.
- Backend: Django (Python Web Framework)
- Frontend: HTML, CSS (Internal styles)
- URL Routing: Django URL routing for handling dynamic routes
- Forms: Django forms for creating and submitting new forum posts
- Python 3.x
- Django 5.1.x (or compatible version)