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 Community Page to backend POST api/v1/communities #75

Open christopher-alba opened 2 years ago

christopher-alba commented 2 years ago

Currently the frontend and backend are unconnected

It would be great if you could connect the new community page to the backend so you can start creating new communities from the client. Only authenticated users should be able to create new communities.

image

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

Pre-requisites:

How to get started: