Skip to content

terribleherbst/ratpack-sampl

 
 

Repository files navigation

Ratpack.io REST demo

This is a very simple application showing how to provide a REST service using ratpack.io. You can start it using just

./gradlew run

Angular Client

There is also an angular client integrated in this example. You can access is with you webbrowser at localhost:5060/index.html

Testing javascript Code

There is a karma client installed and a simple testcase for showing it. To start is you shold

npm install
npm test

You should see a browser window and the test are running on every change of your source file

The orignal sources of this sample can be found at https://github.com/danveloper/ratpack-sample

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.9%
  • HTML 30.5%
  • Groovy 28.6%