UOWD-Tech-Club / tech-club-website-legacy

A tech club website
0 stars 2 forks source link

#13 [resolved] update for events backend #39

Closed AeroArtz closed 4 months ago

AeroArtz commented 5 months ago

added endpoints for the events, so far I made endpoints for getting all events, get event by ID and creating an event. I made a file for helper functions and I just used that in the express file

shriram-sg commented 5 months ago

Amazing work. It all looks good. Just a couple of things:

  1. Pull my code from main and resolve any conflicts that come up. Arrange your code nicely.
  2. The endpoints aren't returning data, just make sure to fix that. You can look at the newsletter code to see how its being done.
  3. Create a put request for modifying event data.