This app is a dashboard for creating and updating events and attendees to the events. The data is created and stored in a postgres database with a parent table called "Event" and child table called "attendee". The user can input a number of different fields for events: Name, Description, Date and Time. The user can also add attendees to the events and store their first and last name, phone number and email address.
- Clone git repo to your computer
- Open project in Intellij IDEA.
- Open in Google Chrome at localhost:4567
There are currently no known bugs for this app.
- Java
- Spark
- Postgres
- Handlebars
Copyright (c) 2017 Matthew Jackson