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.
 
 
 
 
 
 
Dean 9a677fce72 Added scope customisation to the OIDC SSO configuration. Users can add or remove whichever scopes they like except 'openid'. They can revert to our core default values if they run into any issues 4 years ago
..
.vscode Update gitignored files. 7 years ago
assets Add core API implementation and update most of client library to use it 5 years ago
build lint:fix 5 years ago
cypress Updating createApp test command 4 years ago
scripts merging report inline HTML, fixing webhook to prevent 400s from discord 4 years ago
src Added scope customisation to the OIDC SSO configuration. Users can add or remove whichever scopes they like except 'openid'. They can revert to our core default values if they run into any issues 4 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 5 years ago
babel.config.js Update URLs to use builder instead of _builder 5 years ago
cypress.json Smoke Build Changes - Timing issues 4 years ago
index.html Revert to BB logo favicon 5 years ago
nuxt.config.js Add nuxt config file to actually silence vite spam 5 years ago
package.json v1.2.41-alpha.3 4 years ago
reporterConfig.json merging report inline HTML, fixing webhook to prevent 400s from discord 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.build.json Dev improvements - remove need to rebuilds of backend-core/dist and enable debugging when running tests and backend services, use source directly using typescript and jest path mappings 4 years ago
tsconfig.json Dev improvements - remove need to rebuilds of backend-core/dist and enable debugging when running tests and backend services, use source directly using typescript and jest path mappings 4 years ago
vite.config.js cherry picking moving release url to backend 4 years ago
yarn.lock Merge branch 'master' into develop 4 years ago

README.md

Get Started

yarn install

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