Skip to content

Grails web app for CRUD operations on curricula database

Notifications You must be signed in to change notification settings

neumannm/curricula-webapp

Repository files navigation

Curricula Webapp

Grails web app for CRUD operations on a curricula database.

This app has been developed as part of my research at TH Köln - University of Applied Sciences.

Running

This repository contains a template file with placeholders for security-critical information like database url and user credentials. Create a copy of this file in the same folder, named application.yml, and change the respective configuration parameters.

Fire up grails in interactive mode:

$ grails

Then, in grails:

grails> compile

grails> run-app

Stop app with

grails> stop-app

Development

The development of this app was based on this tutorial.

Change database fields

TODO

About

Grails web app for CRUD operations on curricula database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published