sanger96 / Happenings_Team-5_UTD_Senior_Design_Project

UTD Senior Design Project; Group Members: Gaurav Sanger, Jonathan Lam, Robert Dohm, Landin Kasti, Charles Eaton
3 stars 0 forks source link

Create method to check if event name exists in DB #54

Closed LKASTI closed 5 months ago

LKASTI commented 5 months ago

Event controller method to check if an event exists given the name of the event.

LKASTI commented 5 months ago

Method implemented for an event. If the event exists by name in the database, then a 1 is returned. Otherwise, a 0 is returned.

Pushed to branch 'Landin'