A simple CRUD on play! framework
- Intellij IDEA
- Have SBT locally
- Have Scala plugin on your IDE or text editor
- Have Java ee8 locally
- git clone this repo
- Run on your sbt shell:
- update
- compile
- run
Now just enter http://localhost/9000 on a browser of your choice