Skip to content

madjacks12/StartupWeekDashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Startup Weekend Planner

App stores event information inputted byt user, and allows user to edit saved events.

By Matt Jackson

Description

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.

Setup/Installation Requirements

  • Clone git repo to your computer
  • Open project in Intellij IDEA.
  • Open in Google Chrome at localhost:4567

Known Bugs

There are currently no known bugs for this app.

Technologies Used

  • Java
  • Spark
  • Postgres
  • Handlebars

License

Copyright (c) 2017 Matthew Jackson

About

Uses H2 database to create and manage events and attendees with full CRUD functionality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors