nocobase/README.md

104 lines
3.1 KiB
Markdown
Raw Normal View History

2021-03-29 05:07:09 +00:00
English | [简体中文](./README.zh-CN.md)
2021-09-28 05:02:14 +00:00
![](https://www.nocobase.com/images/demo/11.png)
2021-02-24 13:18:33 +00:00
What is NocoBase
----------
2021-10-20 03:39:36 +00:00
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.
2021-02-24 13:18:33 +00:00
2021-10-14 03:02:15 +00:00
When to use NocoBase
2021-02-24 13:18:33 +00:00
----------
2021-02-24 13:25:13 +00:00
- **SMEs and organizations build business platforms and management systems for themselves or for their industry**
2021-02-24 13:18:33 +00:00
- 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
2021-02-24 13:25:13 +00:00
- **Service providers and outsourcing teams develop collaboration platforms and management systems for their clients**
2021-02-24 13:18:33 +00:00
- 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
----------
2021-02-24 13:25:13 +00:00
- **Open source and free**
2021-02-24 13:18:33 +00:00
- 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
2021-02-24 13:25:13 +00:00
- **Strong no-code capability**
2021-09-28 05:02:14 +00:00
- WYSIWYG visual configuration
- Separation of data structure configuration from interface configuration
- Rich combination of blocks and operations
- Role-based access control
2021-02-24 13:25:13 +00:00
- **Developer-friendly**
2021-02-24 13:18:33 +00:00
- Microkernel architecture, flexible and easy to extend, with a robust plug-in system
2021-09-28 05:02:14 +00:00
- Node.js-based, with popular frameworks and technologies, including Koa, Sequelize, React, Formily, Ant Design, etc.
2021-04-04 15:33:06 +00:00
- 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
2021-10-20 03:39:36 +00:00
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
2021-03-29 05:21:35 +00:00
Architecture
----------
2021-09-28 05:02:14 +00:00
![](https://docs.nocobase.com/static/NocoBase.c9542b1f.png)
2021-03-29 05:21:35 +00:00
2021-03-30 12:27:01 +00:00
Requirements
----------
2021-03-30 12:27:01 +00:00
Node:
2021-10-07 10:01:45 +00:00
- Node.js 12.20+
2021-10-07 10:01:45 +00:00
Database:
2021-10-07 10:01:45 +00:00
- PostgreSQL 10.x+
- Sqlite 3+
2021-03-30 12:27:01 +00:00
Installation
----------
2021-10-07 16:32:40 +00:00
### Create a project with `create-nocobase-app`
2021-04-07 12:34:30 +00:00
#### Quickstart
~~~shell
yarn create nocobase-app my-nocobase-app --quickstart
~~~
2021-10-25 06:47:28 +00:00
#### Step by step
~~~shell
# 1. create project
yarn create nocobase-app my-nocobase-app
# 2. switch to the project directory
cd my-nocobase-app
# 3. create initialization data
yarn nocobase init --import-demo
# 4. start project
2021-10-07 10:01:45 +00:00
yarn start
~~~
2021-10-07 16:32:40 +00:00
Open http://localhost:8000 in a web browser.
2021-11-01 10:16:04 +00:00
### Installing from Docker
2021-10-07 16:32:40 +00:00
2021-11-01 01:33:04 +00:00
```bash
2021-11-01 10:16:04 +00:00
docker run --name my-nocobase-app -p 8000:13002 -d nocobase/nocobase
2021-11-01 01:33:04 +00:00
docker logs my-nocobase-app
2021-10-07 16:32:40 +00:00
```
2021-11-01 01:33:04 +00:00
Open http://localhost:8000 in a web browser.
2021-10-07 16:32:40 +00:00
2021-11-01 01:33:04 +00:00
## Contributing
2021-04-17 14:47:08 +00:00
2021-11-01 01:33:04 +00:00
https://docs.nocobase.com/guide/contributing