Sunday, March 16, 2014

Web Project Seed

I've created a template web project for easily getting started with new web applications. The image underneath shows a rough architecture of how it works.



The technogies included are listed below:
  1. Groovy
  2. Java (8)
  3. Spring (4)
  4. MongoDB
  5. Gradle
  6. Maven
  7. Node.js
  8. gulp.js

The code

Grab the code from GitHub here.

You may use this project as a starting point in any of your new web applications.
Happy coding!