-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create Articles and Event Enrollments CRUD Routes #36
Create Articles and Event Enrollments CRUD Routes #36
Conversation
…er and testing code
I don't know how I would test the EventEnrollments page since we don't have the implementations of the students and events APIs / databases (which are required to post to the events page since the databases rely on foreign keys) |
You should have access to the prod db -- if you edit it and add a row for students and a row for events using a sql query you should be able to get the data from the neondb postgres instance and test using the remote instance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Description
Create Articles and Event Enrollments CRUD Routes in
articles.ts
andevent_enrollments.ts
Screenshots/Media
Postman Results:
Articles
Event Enrollments
Issues
Closes #32