All Projects → Arianxx → BookForum

Arianxx / BookForum

Licence: MIT license
A light-weight forum powered by Django. It supports many of the necessary functions out of the box.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to BookForum

Misago
Misago is fully featured modern forum application that is fast, scalable and responsive.
Stars: ✭ 2,170 (+10233.33%)
Mutual labels:  forum
Docker Flarum
💬 🐳 Docker image of Flarum
Stars: ✭ 216 (+928.57%)
Mutual labels:  forum
Forum
Ama Laravel? Torne se um Jedi e Ajude outros Padawans
Stars: ✭ 233 (+1009.52%)
Mutual labels:  forum
Rengorum
🚀 Forum app built in React, Redux & Django
Stars: ✭ 194 (+823.81%)
Mutual labels:  forum
Refire Forum
Serverless discussion forum built with React, Redux and Firebase
Stars: ✭ 206 (+880.95%)
Mutual labels:  forum
Collipa
The source code of Collipa
Stars: ✭ 217 (+933.33%)
Mutual labels:  forum
Yii2 Podium
Yii 2 forum module project
Stars: ✭ 172 (+719.05%)
Mutual labels:  forum
Rocboss Old
High load, simple micro community software
Stars: ✭ 247 (+1076.19%)
Mutual labels:  forum
Nobibi
一款基于Next.js+mongo的轻量级开源社区(open community by Next.js & mongo)
Stars: ✭ 209 (+895.24%)
Mutual labels:  forum
Tch Nginx Gui
Modified file to apply to a stock technicolor GUI
Stars: ✭ 231 (+1000%)
Mutual labels:  forum
Seamly2d
Open source patternmaking software.
Stars: ✭ 197 (+838.1%)
Mutual labels:  forum
Symphony
🎶 一款用 Java 实现的现代化社区(论坛/BBS/社交网络/博客)平台。
Stars: ✭ 13,080 (+62185.71%)
Mutual labels:  forum
Phpdish
🏠 PHPDish is a powerful forum system written in PHP. It is based on the Symfony PHP Framework.
Stars: ✭ 225 (+971.43%)
Mutual labels:  forum
Forum
Forum software created using Express, Vue, and Sequelize
Stars: ✭ 192 (+814.29%)
Mutual labels:  forum
Natika
Simple PHP Forum system for developers.
Stars: ✭ 236 (+1023.81%)
Mutual labels:  forum
Rust lang cn
China Community for Rust lang
Stars: ✭ 176 (+738.1%)
Mutual labels:  forum
Iisns
sns 开放社区
Stars: ✭ 217 (+933.33%)
Mutual labels:  forum
Forum
Django forum clone from F2E.im support SAE
Stars: ✭ 252 (+1100%)
Mutual labels:  forum
Roo
😋 美观大气的论坛社区
Stars: ✭ 238 (+1033.33%)
Mutual labels:  forum
Djangobb
DjangoBB mirror. DjangoBB is a quick and simple forum which uses the Django Framework (written in Python language). Abbreviation DjangoBB stands for Django Bulletin Board. DjangoBB is distributed under the BSD license.
Stars: ✭ 232 (+1004.76%)
Mutual labels:  forum

BookForum

Badges Badges Badges

Notice: BookForum has not been completely developed yet.

What's this?

This is a forum system powered by Django and Bootstrap to share your ideas of some interesting books. All of the forum's posts are based the book node though, it can also have many other topics by extending the book node.

Features(under development)

  • Powered by Django and Bootstrap。
  • Scalable multi-node system.
  • Follow, collect, and get the dynamic news.
  • Personalized user page.
  • Multi-user、multi-role permission management system.
  • Restful API.
  • Common forum's functions:
    • Register, login/logout, reset password, email confirm.
    • Post, reply.
    • Add node, tag.
    • Notification.

How to use?

  1. Clone this repository into your computer.

  2. Get dependencies(recommend):

    pipenv install

    or:

    pip install -r requirements.txt
  3. Put the sensitive values in your environment variables according to the settings_dev.py , which should include something secret varibles that are needed to run the forum.

    You can alse use another way: Create a new file named .env in the Share folder, then write some key-value pairs in it. BookForum will load them as environment varibles when the programming is started.

  4. Start up:

    python manage.py runserver
  5. Create a administrator user:

    python manage.py createsuperuser

What's more

Welcome to issue some problems that you find in this project. I appriciate your work very much!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].