An open API service indexing awesome lists of open source software.

https://github.com/baasbox/baasbox

The BaasBox server
https://github.com/baasbox/baasbox

Last synced: 6 months ago
JSON representation

The BaasBox server

Awesome Lists containing this project

README

          

BaasBox
=======

BaasBox is an Open Source project that aims to provide a backend for mobile and web apps.

Further information can be found at [www.baasbox.com](http://www.baasbox.com/ "BaasBox site").

API and SDKs documentation is [here](http://www.baasbox.com/documentation/ "BaasBox Docs").

Community forum is [here](https://groups.google.com/forum/#!forum/baasbox "BaasBox community forum").

Build BaasBox
-------------
### Prerequisites
To build and run BaasBox you need a JDK (not JRE!) (version 8) ([download here](http://www.oracle.com/technetwork/java/javase/downloads/index.html)) and the Play! Framework 2.2.4 ([download here](http://www.playframework.org/download)).

*Important*: You must have Play! Framework 2.2.4 installed! BaasBox will not build with other versions.

Once you have installed the above software following, you will be able to build BaasBox.

Download the source code from [GitHub](https://github.com/baasbox/baasbox)

### Build
Go to your local BaasBox source code directory and type:

`play clean-all baas`

Play! will build BaasBox and will create a .zip file in the ./dist directory.

The .zip file contains everything you need to run BaasBox.
Unzip it, set the execution permission on the start file and run it.

Windows users can use the start.bat file.

BaasBox will create a new database in the ./db directory, and it will start.

To test it visit and you will see the BaasBox start page.

To access the **Admin Console Panel**, go to

Default credentials are:

+ username: admin
+ password: admin
+ application code: 1234567890

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/baasbox/baasbox/trend.png)](https://bitdeli.com/free "Bitdeli Badge")