This is the API for RBIM
This has been tested on Windows, Mac OS X, and Linux operating systems. The minimum requirements are as follows:
- Git >= 1.9
- JDK >= 11
- Play Framework = 1.6.0 https://www.playframework.com/releases
- Docker
- RAM >= 4GB (8GB preferred) for Docker
You should now have the following non-empty files and folders:
app/ source files
bin/ executable files
conf/ configuration files
data/ flat files
attachments/ attachments
keys/ keystore file
postman/ Postman fixtures
docker/ Docker Configuration
docs/ document files
data model/ data model
uml/ UML diagrams
public/ static files
test/ test files
CHANGELOG.md Changelog
LICENSE.md license file
README.md this file
- Clone project
git clone -j11 https://github.com/scm/ac/rbim.git rbim - Run
play dependencieson project dir to install dependencies - Run application
play start - Open app on browser
http://localhost:9009/v1
If you are asked for a Basic HTTP Authentication, enter:
username: rbim
password: rbim@@1
Make sure you have enough RAM!!
ENJOY :-)
- Install Docker
- Go to docker directory and run
docker-compose up
To kill server run:
docker-compose down
- Run
play ideaon project dir - Install IntelliJ
- Choose 'Open' and open the generated
rbim.iprfile in the project directory. - Make sure JDK 11 has been added. Select JDK 11 as the project JDK.
You can run code coverage with play autotest
You can run a dependency check with ./bin/dependency-check.sh
You can run a dependency check with ./bin/dependency-check.sh
https://www.playframework.com/documentation/1.5.x/home
Contact jamaicaballangan@gmail.com
The RBIM Development Team