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

Maps Backend #16

Open
owenkrause opened this issue Nov 20, 2024 · 0 comments
Open

Maps Backend #16

owenkrause opened this issue Nov 20, 2024 · 0 comments

Comments

@owenkrause
Copy link
Contributor

Currently, the party information is fetched from a .json file (dummy data). We want to create a route in services that pulls the party data from our database. This includes coordinates, title, description, price, etc. MongoDB would be a good choice. Once we have the data, we can either render all of it, or (extra credit) only render parties that are nearby (i.e. 10 mile radius).

This is an important feature because many other features stem from it -- the party creation form, stripe checkout, and ticketing system, to name a few.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant