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 ed28bf664d Adding server functionality to determine schema for JSON data type, some basic UI around an editor for getting JSON to determine schema from and the key/value mechanism for flat structures. 5 years ago
..
.vscode Update gitignored files. 7 years ago
assets Merge branch 'develop' into oracle-datasource 5 years ago
build lint:fix 5 years ago
cypress Merge pull request #3543 from Budibase/martin/misc-tasks 5 years ago
src Adding server functionality to determine schema for JSON data type, some basic UI around an editor for getting JSON to determine schema from and the key/value mechanism for flat structures. 5 years ago
.gitignore reverts some of the merged files 6 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 6 years ago
babel.config.js Update URLs to use builder instead of _builder 6 years ago
cypress.json fix accidentally changed cypress port 5 years ago
index.html Revert to BB logo favicon 5 years ago
package.json v0.9.190-alpha.8 5 years ago
routify.config.js Prefix builder URLs with 'builder' in both routify and vite to lay groundwork for server proxying 6 years ago
vite.config.js Reverting bbui lock, making sure it isn't upgrading again, fixing vite to the best version we can use. 5 years ago
yarn.lock auto app creation from template E2E, added warning to automations that they can't run in dev 5 years ago

README.md

Get Started

yarn install

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