hack4impact-calpoly/go-see-foundation

Resources Page

Closed this issue · 0 comments

Description
Pending a design change, we will have resource functionality included in our admin page. For now, this week's task will be creating our resources page/connecting with backend. This will include creating a new table for resources in MongoDB and creating a POST resource endpoint in /app/api/resources to add a new resource to the database. Frontend wise, populate each new resource in /app/resources/page.tsx (with a corresponding css file. Media queries pending design). This will include a resource component in /app/components.

Acceptance Criteria

  • Created resources table in MongoDB
  • Endpoint in /app/api/resources (for eventually adding a new resource on our admin page), tested on Postman.
  • Resource component in /components/Resource
  • Resources page in /app/resources

Additional Information
Reach out to Ryan for help!