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.

The full Heroku POST endpoint you need to be hitting is https://uni-forum.herokuapp.com/api/v1/communities
Pre-requisites:
- completion of the POST communities endpoint in the backend (it's currently completely unimplemented)
- completion of user authentication in the frontend and backend
How to get started:
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.
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: