Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect Communities page to backend GET api/v1/communities #77

Open
christopher-alba opened this issue Mar 20, 2022 · 0 comments
Open
Labels
enhancement New feature or request
Milestone

Comments

@christopher-alba
Copy link
Contributor

Currently the frontend and backend are unconnected
It would be great if you could connect the communities page to the backend to get all of the communities. There should already be a functioning frontend search so all you need to do is fetch the real data from the database.

image

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

Pre-requisites:

  • completion of the GET communities endpoint in the backend (it's currently unimplemented)
  • completion of seeding the MongoDB Atlas database automatically through a script which will create all of the communities you need to fetch

How to get started:

@christopher-alba christopher-alba added the enhancement New feature or request label Mar 20, 2022
@christopher-alba christopher-alba added this to the Assignment 2 milestone Mar 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant