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 New Post Page to Backend endpoint POST api/v1/posts #72

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 the New Post Page to the backend so you could start creating some real posts from the client. Only authenticated users should be able to create a new post. image

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

Pre-requisites:

How to get started: