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.
 
 
 
 
 
 
Michael Shanks 08cedd1cc2 refactoring - lodash/fp 7 years ago
..
.vscode added core into mono repo 7 years ago
dist refactoring - lodash/fp 7 years ago
src refactoring - lodash/fp 7 years ago
test fixed bug where reference fields not being parsed when in index 7 years ago
.babelrc added core into mono repo 7 years ago
.eslintrc.json fixed bug where reference fields not being parsed when in index 7 years ago
.gitignore re-added dist files 7 years ago
.travis.yml added core into mono repo 7 years ago
CONTRIBUTING.md added core into mono repo 7 years ago
LICENSE added core into mono repo 7 years ago
package.json v0.0.3 7 years ago
q added core into mono repo 7 years ago
readme.md added core into mono repo 7 years ago
rollup.config.js package changes 7 years ago
yarn.lock upgrading packages - removing package-locks (using yarn) 7 years ago

readme.md

Getting Started

Install requires node-gyp, due to a dependancy on argon2

For node gyp on windows

npm install --global --production windows-build-tools and this might help: https://github.com/nodejs/node-gyp/issues/1278

For node gyp on ubuntu

sudo apt-get install build-essentials

Once you have this, try...

npm install

Next, run the tests. Install jest, globally:

npm install -g jest

And finally, run

jest

Documentation

A work in progress, lives here: https://github.com/Budibase/docs/blob/master/budibase-core.md