Home

Awesome

<div align="center"><img align="center" style="width: 100%;" src="https://preview.ibb.co/nEUQPd/booben_logo.png" /></div> <h3 align="center">Full-stack web app developing platform</h4> <p align="center">Design, develop, connect data, get source code - all in one place.</p> <div align="center"><a href="http://demo.booben.io/app/demo/">Demo</a></div> <br /> <hr />

Build Status Braincrumbs Slack

Features

Technologies used:

Docs

Documentation is not complete and translated yet. Contributions are welcome.

Docs in Russian

Prerequisites

You'll need node version 8.6.0 or higher to run dev environment.

Setup

Clone Booben repo

git clone https://github.com/bcrumbs/booben
cd booben

Quick setup

Run bash script from the booben's directory. It will clone blank project for Booben and create config file.

bash bootstrap.sh
node index.js --config projects-config.json

OR

make bootstrap

On Docker:

docker pull braincrumbs/booben
docker run -d --name=booben -p 3000:3000 braincrumbs/booben

OR

docker-compose pull
docker-compose up -d

App will be running on http://localhost:3000/app/blank

Contributing

All contributions are welcomed.

License

Apache 2.0