Skip to content

Latest commit

 

History

History
67 lines (46 loc) · 1.08 KB

README.md

File metadata and controls

67 lines (46 loc) · 1.08 KB

Tabbled server

It is a self-hosted low-code platform, part of the project.

Look for more information on this page

⭐ Features

  • Stores account data and configuration:
    • Entity configuration
    • Entity data
    • Js models
    • report templates
  • Renders jsreport templates
  • Communicates with web app through WebSecket

Dependencies

Installation

$ npm install
$ npm install -g db-migrate 

Running the app

# 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

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

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 ⭐.

License

MIT