Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mike12345567 928c306769 Fixing #848 - standard components was not using the same API calls consistently which was breaking some things like charts. For now just make it consistent by updating it to make calls the same way as client lib does but the SDK will eventually replace all this and solve these problems. 6 years ago
..
.vscode Update gitignored files. 6 years ago
assets bulk delete, delete column from panel 6 years ago
build running prettier over codebase, removing merge files 6 years ago
cypress Some further work, logout and preview appear to be working much better now. 6 years ago
scripts comment for node/jest polyfill 6 years ago
src Fixing #848 - standard components was not using the same API calls consistently which was breaking some things like charts. For now just make it consistent by updating it to make calls the same way as client lib does but the SDK will eventually replace all this and solve these problems. 6 years ago
tests Updating templates to be able to run locally with an environment variable LOCAL_TEMPLATES and making them work using the DB. Users are also no longer included in the db dump. 6 years ago
.gitignore Renaming workflows -> automate/automations, throughout the API and the builder itself. 6 years ago
CONTRIBUTING.md moving builder into web... 7 years ago
LICENSE.md moving builder into web... 7 years ago
README.md moving builder into web... 7 years ago
babel.config.js running prettier over codebase, removing merge files 6 years ago
cypress.json Cypress Tests Running in CI (#524) 6 years ago
package.json v0.3.6 6 years ago
rollup.config.js bump rollup plugin svelte version 6 years ago
yarn.lock Fixing an issue where screens couldn't be deleted and fixing an issue where rows would still contain data from a column that no longer exists if a column was deleted from a table. 6 years ago

README.md

Get Started

npm install

Webpack dev server (port 8080): npm run dev Build npm run build