Skip to content

Demo of Gorm/Grails and Jooq/Ratpack for use in the course DM556

Notifications You must be signed in to change notification settings

JacobAae/dm556-db-real-life-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Demo of Database Access Tools

This project has 3 elements

  • PostgreSQL Database as Docker-compose file

  • Grails demo application with Gorm

  • Ratpack demo app with Jooq

Requirements are:

  • docker & docker-compose

  • Java

PostgreSQL

Go to folder postgresql-docker and run

docker-compose up

Grails app

Go to folder dm556demo and run

./grailsw run-app

Visit localhost:8080

Ratpack app

Go to folder jooqdemo and run:

./gradlew jooqCodegen
./gradlew run

Visit localhost:5050

About

Demo of Gorm/Grails and Jooq/Ratpack for use in the course DM556

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published