Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

event-favorites #125

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

event-favorites #125

wants to merge 9 commits into from

Conversation

npunati27
Copy link
Contributor

@npunati27 npunati27 commented Nov 15, 2023

User Router:

  • GET: /following/:USERID
  • PUT: "/follow/:EVENTID"
  • PUT: "/unfollow/:EVENTID"

Event Router:

  • GET: "/favorites/:EVENTID"

Wrote Tests for All Endpoints

Copy link
Collaborator

@AydanPirani AydanPirani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good for the most part! just a few more changes then we're good

src/database/event-db.ts Outdated Show resolved Hide resolved
src/database/models.ts Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants