Coder Social home page Coder Social logo

jellyzero / casnode Goto Github PK

View Code? Open in Web Editor NEW

This project forked from casibase/casibase

1.0 0.0 0.0 10.18 MB

Casnode is an open-source forum (BBS) software developed in Go and React, QQ group: 555019739

Home Page: https://casnode.org

License: Apache License 2.0

Go 92.97% CSS 4.59% HTML 1.84% Dockerfile 0.20% Less 0.40%

casnode's Introduction

📦⚡️ 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

casnode's People

Contributors

casbin-bot avatar comradeprogrammer avatar deancn avatar dependabot[bot] avatar ebreak avatar erikqqy avatar github-actions[bot] avatar greenhandatsjtu avatar hsluoyz avatar kcfuler avatar kocoler avatar mackieovo avatar mayankmittal1 avatar mrguoking avatar nekotoxin avatar nomeguy avatar noneback avatar npmmirror avatar oceanlvr avatar oranges-eating avatar qianxi0410 avatar ryaochengfeng avatar seriouszyx avatar sh1luo avatar turbodog03 avatar viewweiwu avatar wenxuan70 avatar windspiritsr avatar xxrlzzz avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.