SE701-T5 / Frontend

This is the frontend repo of Uni-forum, associated with the University of Auckland, SOFTENG701. This repo will be linked to Netlify for ease of deployment and code review
MIT License
1 stars 22 forks source link

Connect Homepage to backend api/v1/posts endpoint #66

Open christopher-alba opened 2 years ago

christopher-alba commented 2 years ago

Currently the backend and frontend are unconnected

It would be great to connect homepage to the posts endpoint to fetch all of the real posts then order them from highest net votes to lowest net votes for the popular posts section.

image The full Heroku GET endpoint you need to be hitting is https://uni-forum.herokuapp.com/api/v1/posts

Pre-requisites:

How to get started: