/jooq-crud-ui

A demo repotsitory for a simple, maintainable CRUD ui with ng-admin, backed by jOOQ

Primary LanguageJavaMIT LicenseMIT

jooq-crud-ui

This repository contains a demo application for a simple, maintainable and maintainable crud ui with Spring Boot, jOOQ, AngularJS and ng-admin.

It is related to [this blog post] (https://blog.flavia-it.de/simple-maintainable-and-customizable-crud-uis-with-jooq-and-ng-admin/).

Requirements

To launch this application, you will need to have a JDK 8 of your choice installed on your system.

Setup

Clone this repo:

git clone https://github.com/flaviait/jooq-crud-ui.git

Build and start the app

./gradlew build
java -jar build/libs/jooq-crud-ui.jar

Now the app should be up and running. You can now visit http://localhost:8080 and play around.