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 ce28aff3f9 Fixing issue with HBS insert, not including curlies as required. Also fixing an issue with value not always being correctly updated. 4 years ago
..
.vscode Update gitignored files. 6 years ago
assets Add core API implementation and update most of client library to use it 4 years ago
build lint:fix 5 years ago
cypress merge with develop 4 years ago
src Fixing issue with HBS insert, not including curlies as required. Also fixing an issue with value not always being correctly updated. 4 years ago
.gitignore reverts some of the merged files 5 years ago
CONTRIBUTING.md apply fixes for common spelling mistakes 5 years ago
LICENSE.md License cleanup 5 years ago
README.md Update all scripts to use yarn rather than npm 5 years ago
babel.config.js Update URLs to use builder instead of _builder 5 years ago
cypress.json revert new cypress tests 4 years ago
index.html Revert to BB logo favicon 5 years ago
package.json v1.0.64 4 years ago
routify.config.js Prefix builder URLs with 'builder' in both routify and vite to lay groundwork for server proxying 5 years ago
tsconfig.json Fixing some issues discovered by the cypress tests, cleaning up how Couch is used. 4 years ago
vite.config.js Move API client in builder to top level under src and fix some endpoints not being imported 4 years ago
yarn.lock Fixing a typescript issue in server. 4 years ago

README.md

Get Started

yarn install

Vite dev server (port 3000): yarn run dev Build yarn run build