dearborn-coding-club / website-base-backend

0 stars 2 forks source link

Design Website Using a Frontend Framework #3

Open MgenGlder opened 1 month ago

MgenGlder commented 1 month ago

Summary

We'll need to design a simple website that shows the general mission of the group, as well as the next upcoming meetups.

Tasks

dXu23 commented 3 weeks ago

Seems like Meetup has a GraphQL API. Guess we could use a library like Graphene to make API calls. I don't know what kind of front end framework is preferred or whether Django templates is a good enough solution.

MgenGlder commented 3 weeks ago

Seems like Meetup has a GraphQL API

Yep, looks like it. Graphene seems like a great Python solution for making Graphql requests in the Django app.

I don't know what kind of front end framework is preferred or whether Django templates is a good enough solution.

@dXu23 I recommend we start with the base front end without a framework so we can get a view going. I'd love to use Vue or React but it would be overkill right now IMO.