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 Posts Page to backend GET api/v1/posts #76
Currently the frontend and backend are unconnected
It would be great if you could connect the posts page to the backend to get all of the posts. There should already be a functioning frontend search so all you need to do is fetch the real data from the database.
Currently the frontend and backend are unconnected It would be great if you could connect the posts page to the backend to get all of the posts. There should already be a functioning frontend search so all you need to do is fetch the real data from the database.
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: