/grails3-adminlte

Grails Base Application with AdminLTE2 Template

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Grails 3.3.x Application with AdminLTE2 Template

Requirements:

  • Java JDK 8
  • Grails 3.3.3+
  • MySQL 5.6+ or MariaDB 10+
  • Intellij IDEA Ultimate 2018.2+ (Recommended)

How To Use:

  • Create database 'storemanager' on your local database server;
  • Clone this Project and Open it on your IDE;
  • Change the 'username' and 'password' on 'application.yml' within 'development' enviroment;
  • Run the application;