Skip to content

Tabbled server, this is the part of Tabbled - the low-code platform

License

Notifications You must be signed in to change notification settings

tabbled/tabbled-server

Repository files navigation

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

About

Tabbled server, this is the part of Tabbled - the low-code platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published