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

Create new endpoint to get places #282

Closed
awalmubarak opened this issue Nov 12, 2024 · 1 comment · May be fixed by #295
Closed

Create new endpoint to get places #282

awalmubarak opened this issue Nov 12, 2024 · 1 comment · May be fixed by #295
Assignees

Comments

@awalmubarak
Copy link
Collaborator

awalmubarak commented Nov 12, 2024

This should be done after #279 #280 and #277
At this point we have working ORM and we can use that to access data from our database. We want to create a new endpoint to get all places.

AC:

  • Add a new endpoint on v2 route to get all places i.e /api/v2/places
  • This endpoint's controller should use the ORM and get the data from the database
@awalmubarak awalmubarak changed the title Create endpoints for database Create new endpoint to get places Nov 12, 2024
@GabrielMelhem GabrielMelhem self-assigned this Nov 12, 2024
@awalmubarak
Copy link
Collaborator Author

First version api/v1/places
Second version api/v2/places

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

Successfully merging a pull request may close this issue.

2 participants