boilgrape icon indicating copy to clipboard operation
boilgrape copied to clipboard

BoilGrape is a JRuby/Grape boiler plate

BoilGrape

BoilGrape is a JRuby/Grape boiler plate.

Technologies Used

Project Layout

├── app
│   └── REST API code
├── bin
│   └── Project binaries
├── config
│   ├── Project configuration
├── features
│   ├── Cucumber BDD
├── lib
│   └── Project library
├── rackup
│   └── Rack configuration
└── spec
│   └── Project tests