Money Management developed by Anderson Lopes(romalopes) using Groovy and Grails
Instructions and steps in: README.rd
This is part of a project of develop this system using different technologies
-
Groovy/Grails
-
Ruby/Rails
* https://github.com/romalopes/romaMoneyRails -
Java/Spring
https://github.com/romalopes/romaMoneySpring
This project is configured to run in different ways:
-
By itself:
grails run-app -
Using Gradle:
gradle grails-run-app -
Using Maven:
mvn package
mvn grails:run-app
To be done