A Simple Employee management demo application built using Grails. The application use the H2 memory database for storing and reading data.
A live demo of this application can be found at this link
Two demo users are provided for this app in order to be tested:
User | Password | Role |
---|---|---|
guest | abc | READ ( read-only data access ) |
admin | 123 | WRITE ( allows to create/edit/delete data ) |
- Download or clone the source code from the github repository
- At the root level of the project folder, execute the command:
./grailsw run-app
- Open the web browser at: http://localhost:8000/
Author: Voltaire Bazurto Blacio 2019 All rights reserved