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 81e5b5659c upgraded dependencies 7 years ago
..
.vscode added core into mono repo 7 years ago
src fixed bug where reference fields not being parsed when in index 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 added core into mono repo 7 years ago
.travis.yml added core into mono repo 7 years ago
AUTHORS.md 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-lock.json added core into mono repo 7 years ago
package.json upgraded dependencies 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 added core into mono repo 7 years ago
yarn.lock upgraded dependencies 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