Skip to content

kyle-wegener/coding-events

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coding-events

#purpose This application tracks events around different locations and offers details about them.

#state The User is able to add events to the application, and attach tags to the events.

#enhancements We need to include a Person class in order to have our users to select and save their favorite events!

Proposed Architecture: Fields:

  • Name - String
  • Email - String
  • Password - String
  • List Of Events - List : Many to Many
  • Favorite Category - EventCategory : Many To One

Methods:

  • Getters And Setters
  • Get Back Favorite Events (returns all events that have to do with the favorite category)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 59.4%
  • HTML 39.8%
  • Other 0.8%