Skip to content

An open-source forum (BBS) software developed by Go and React, QQ group: 555019739

License

Notifications You must be signed in to change notification settings

SourceRT/casnodeRT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5ff8357 · Apr 7, 2022
Oct 10, 2021
Dec 2, 2021
Apr 7, 2022
Apr 5, 2022
Sep 28, 2020
Dec 4, 2021
Dec 28, 2021
Apr 6, 2022
Apr 5, 2022
Mar 27, 2022
Dec 6, 2021
Dec 1, 2021
Apr 5, 2022
Nov 25, 2021
Jun 9, 2020
Feb 12, 2022
May 29, 2020
Dec 28, 2021
Aug 25, 2021
Oct 28, 2021
Mar 2, 2022
Mar 2, 2022
Sep 5, 2021

Repository files navigation

📦⚡️ Casnode

An open-source forum (BBS) software developed by Go and React.

semantic-release docker pull casbin/casnode GitHub Workflow Status (branch) GitHub Release Docker Image Version (latest semver)

Go Report Card license GitHub issues GitHub stars GitHub forks Crowdin

Online demo

Deployed site: https://forum.casbin.com/

Architecture

Casnode contains 2 parts:

Name Description Language Source code
Frontend Web frontend UI for Casnode Javascript + React https://github.com/casbin/casnode/tree/master/web
Backend RESTful API backend for Casnode Golang + Beego + MySQL https://github.com/casbin/casnode

Installation

Casnode uses Casdoor to manage members. So you need to create an organization and an application for Casnode in a Casdoor instance.

Necessary configuration

Get the code

go get github.com/casbin/casnode
go get github.com/casdoor/casdoor

or

git clone https://github.com/casbin/casnode
git clone https://github.com/casdoor/casdoor

Setup database

Casnode will store its users, nodes and topics informations in a MySQL database named: casnode, will create it if not existed. The DB connection string can be specified at: https://github.com/casbin/casnode/blob/master/conf/app.conf

dataSourceName = root:123@tcp(localhost:3306)/

Casnode uses XORM to connect to DB, so all DBs supported by XORM can also be used.

Run casnode

Optional configuration

Setup your forum to enable some third-party login platform

Casnode uses Casdoor to manage members. If you want to log in with oauth, you should see casdoor oauth configuration.

OSS, Mail, and SMS services

Casnode uses Casdoor to upload files to cloud storage, send Emails and send SMSs. See Casdoor for more details.

Github corner

We added a Github icon in the upper right corner, linking to your Github repository address. You could set ShowGithubCorner to hidden it.

Configuration:

export const ShowGithubCorner = true

export const GithubRepo = "https://github.com/casbin/casnode" //your github repository

About

An open-source forum (BBS) software developed by Go and React, QQ group: 555019739

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 92.9%
  • CSS 4.6%
  • HTML 1.9%
  • Other 0.6%