Skip to content

stewebb/eTWIG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The eTWIG Project

Overview

eTWIG is an event management software for Griffin Hall.

Features

  • Portfolio-based Event Calendar
  • Banner Request
  • Event Graphics Management
  • Weekly Event Summary (i.e., the TWIGs)
  • Free Software (Licensed under MIT License)

Technologies Used

  • Frontend:
    • AdminLTE (Bootstrap 4 version) as page/widget templates.
    • jQuery
    • Font Awesome to provide font icons.
  • Backend:
    • Spring Framework (with other Spring components, including Spring Boot, Spring Data and Spring Security)
    • Apache Freemarker as a template engine
  • Database: PostgreSQL

Getting Started

  • Clone this project
  • sh ./build_run.sh

Prerequisites

  • JDK 17
  • Apache Maven