Go to file
2021-11-08 20:27:59 +08:00
.dumi/theme fix(docs-style): reduce line height 2021-11-02 10:05:02 +08:00
.github/workflows feat: new version of the documentation (#95) 2021-10-28 22:55:51 +08:00
docs feat: support i18n (#99) 2021-11-08 19:32:59 +08:00
examples feat: add status field to multi-apps 2021-09-30 09:44:23 +08:00
packages chore: v0.5.0-alpha.26 2021-11-08 20:27:59 +08:00
.dockerignore chore: adjust parameters 2021-03-21 21:37:11 +08:00
.editorconfig v0.5 2021-05-23 08:38:08 +08:00
.env.example fix: update doc 2021-11-01 15:20:11 +08:00
.eslintignore v0.5 2021-05-23 08:38:08 +08:00
.eslintrc v0.5 2021-05-23 08:38:08 +08:00
.fatherrc.ts
.gitignore feat: create nocobase app with simple & quickstart option (#87) 2021-10-18 12:49:37 +08:00
.prettierignore chore: add prettier config 2021-10-14 00:08:16 +08:00
.prettierrc chore: add prettier config 2021-10-14 00:08:16 +08:00
.umirc.ts feat: component documentation 2021-10-31 11:35:11 +08:00
docker-compose.yml lots of updates 2021-07-11 22:20:54 +08:00
Dockerfile chore: update docker-compose.yml 2021-04-17 22:21:06 +08:00
dotenv.js fix: jest.setTimeout 300000 2021-01-26 22:44:21 +08:00
jest.config.js v0.5 2021-05-23 08:38:08 +08:00
lerna.json v0.5 2021-05-23 08:38:08 +08:00
LICENSE Create LICENSE 2021-03-29 15:31:25 +08:00
nodemon.json updates... 2021-07-23 12:34:15 +08:00
package.json feat: support i18n (#99) 2021-11-08 19:32:59 +08:00
README.md feat: support i18n (#99) 2021-11-08 19:32:59 +08:00
README.zh-CN.md feat: support i18n (#99) 2021-11-08 19:32:59 +08:00
tsconfig.build.json v0.5 2021-05-23 08:38:08 +08:00
tsconfig.jest.json v0.5 2021-05-23 08:38:08 +08:00
tsconfig.json feat: improve code 2021-09-16 00:38:48 +08:00
uid.js lots of updates 2021-07-11 22:20:54 +08:00
yarn.lock fix: update dependencies 2021-11-08 20:17:46 +08:00

English | 简体中文

What is NocoBase

NocoBase is a scalability-first, open-source no-code development platform. No programming required, build your own collaboration platform, management system with NocoBase in minutes.

When to use NocoBase

  • SMEs and organizations build business platforms and management systems for themselves or for their industry
    • Want the price to be low enough or even free
    • Can be flexibly customized without programming knowledge
    • Need full control of source code and data
    • Can freely distribute and sell as their own products
  • Service providers and outsourcing teams develop collaboration platforms and management systems for their clients
    • Want to keep development costs as low as possible
    • Need the most user-friendly secondary development experience
    • Must be deployed privately as a standalone product for the client
    • Can be freely distributed and sold by the client

Why choose NocoBase

  • Open source and free
    • Unrestricted commercial use under the MIT license
    • Full code ownership, private deployment, private and secure data
    • Free to expand and develop for actual needs
    • Good ecological support
  • Strong no-code capability
    • WYSIWYG visual configuration
    • Separation of data structure configuration from interface configuration
    • Rich combination of blocks and operations
    • Role-based access control
  • Developer-friendly
    • Microkernel architecture, flexible and easy to extend, with a robust plug-in system
    • Node.js-based, with popular frameworks and technologies, including Koa, Sequelize, React, Formily, Ant Design, etc.
    • Progressive development, easy for getting-started, friendly to newcomers
    • No binding, no strong dependencies, can be used in any combination or extensions, can be used in existing projects

Note

NocoBase is still in early development and is for preview purposes only and is not suitable for use in a production environment. A relatively stable and well-documented public beta is expected to be released as early as the first quarter of 2022. If you are interested in NocoBase, please join us to discuss and develop it together.

https://www.nocobase.com/
hello@nocobase.com

Architecture

Requirements

Node:

  • Node.js 12.20+

Database:

  • PostgreSQL 10.x+
  • Sqlite 3+

Installation

Create a project with create-nocobase-app

Quickstart

# `--lang=en-US` Language settings support `--lang=en-US` and `--lang=zh-CN`
yarn create nocobase-app my-nocobase-app --quickstart --lang=en-US # or zh-CN

Step by step

# 1. create project
yarn create nocobase-app my-nocobase-app

# 2. switch to the project directory
cd my-nocobase-app

# 3. create initialization data
# `--import-demo` Importing demo data
# `--lang=en-US` Language settings support `--lang=en-US` and `--lang=zh-CN`
yarn nocobase init --import-demo --lang=en-US

# 4. start project
yarn start

Open http://localhost:8000 in a web browser.

Installing from Docker

docker run --name my-nocobase-app -p 8000:13002 -d nocobase/nocobase
docker logs my-nocobase-app

Open http://localhost:8000 in a web browser.

Contributing

https://docs.nocobase.com/guide/contributing