|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <h1 align="center" style="border-bottom: none;">📦⚡️ Casibase</h1>
- <h3 align="center">A pioneering customizable open-source Domain Knowledge Base (DKB)
- powered by ChatGPT, Casbin, and Casdoor.</h3>
- <p align="center">
- <a href="#badge">
- <img alt="semantic-release" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg">
- </a>
- <a href="https://hub.docker.com/r/casbin/casibase">
- <img alt="docker pull casbin/casibase" src="https://img.shields.io/docker/pulls/casbin/casibase.svg">
- </a>
- <a href="https://github.com/casbin/casibase/actions/workflows/build.yml">
- <img alt="GitHub Workflow Status (branch)" src="https://github.com/casbin/casibase/workflows/Build/badge.svg?style=flat-square">
- </a>
- <a href="https://github.com/casbin/casibase/releases/latest">
- <img alt="GitHub Release" src="https://img.shields.io/github/v/release/casbin/casibase.svg">
- </a>
- <a href="https://hub.docker.com/repository/docker/casbin/casibase">
- <img alt="Docker Image Version (latest semver)" src="https://img.shields.io/badge/Docker%20Hub-latest-brightgreen">
- </a>
- <!-- waiting for changing -->
- <!-- <a href="https://hub.docker.com/r/casbin/casibase"> -->
- <!-- <a href="https://github.com/casbin/casibase/actions/workflows/build.yml"> -->
- <!-- <a href="https://github.com/casbin/casibase/releases/latest"> -->
- <!-- <a href="https://hub.docker.com/repository/docker/casbin/casibase"> -->
- </p>
-
- <p align="center">
- <a href="https://goreportcard.com/report/github.com/casbin/casibase">
- <img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/casbin/casibase?style=flat-square">
- </a>
- <a href="https://github.com/casbin/casibase/blob/master/LICENSE">
- <img src="https://img.shields.io/github/license/casbin/casibase?style=flat-square" alt="license">
- </a>
- <a href="https://github.com/casbin/casibase/issues">
- <img alt="GitHub issues" src="https://img.shields.io/github/issues/casbin/casibase?style=flat-square">
- </a>
- <a href="#">
- <img alt="GitHub stars" src="https://img.shields.io/github/stars/casbin/casibase?style=flat-square">
- </a>
- <a href="https://github.com/casbin/casibase/network">
- <img alt="GitHub forks" src="https://img.shields.io/github/forks/casbin/casibase?style=flat-square">
- </a>
- <a href="https://crowdin.com/project/casibase">
- <img alt="Crowdin" src="https://badges.crowdin.net/casibase/localized.svg">
- </a>
- <a href="https://discord.gg/devUNrWXrh">
- <img alt="Discord" src="https://img.shields.io/discord/1022748306096537660?logo=discord&label=discord&color=5865F2">
- </a>
- </p>
-
- ## Architecture
-
- Casibase contains 2 parts:
-
- | **Name** | **Description** | **Language** |
- |----------------|---------------------------------------------------|-----------------------------------------|
- | Frontend | User interface for Casibase | JavaScript + React |
- | Backend | Server-side logic and API for Casibase | Golang + Beego + Python + Flask + MySQL |
-
- 
-
- ## Online Demo
-
- <https://ai.casbin.com>
-
- ## Documentation
-
- <https://casibase.org>
-
- ## Install
-
- <https://casibase.org/docs/basic/server-installation>
-
- ## How to contact?
-
- Discord: <https://discord.gg/5rPsrAzK7S>
-
- Forum: <https://forum.casbin.com>
-
- Contact: <https://tawk.to/chat/623352fea34c2456412b8c51/1fuc7od6e>
-
- ## Contribute
- For Casibase, if you have any questions, you can give issues, or you can also directly start Pull Requests(but we recommend giving issues first to communicate with the community).
-
-
- ## License
- [Apache-2.0](https://github.com/casbin/casibase/blob/master/LICENSE)
|