It is a self-hosted low-code platform, part of the project.
Look for more information on this page
- Stores account data and configuration:
- Entity configuration
- Entity data
- Js models
- report templates
- Renders jsreport templates
- Communicates with web app through WebSecket
- PostgreSQL
- jsReport
- Minio
- Redis
$ npm install
$ npm install -g db-migrate
# after all you need to actualize database schema
$ db-migrate up
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Tabbled is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers.
If you love this project, please consider giving a ⭐.