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

Full find a friend api project #1

Merged
merged 22 commits into from
Jun 27, 2023
Merged

Full find a friend api project #1

merged 22 commits into from
Jun 27, 2023

Conversation

gcrozariol
Copy link
Owner

  • Create server
  • Add prisma + env example
  • Setup docker with postgresql image
  • Create prisma migration
  • Create prisma client
  • Setup Prisma + create register use case + tests
  • Setup coverage tests + vitest ui
  • Add pet registration + unit tests
  • Add fetch pets by characteristics use case + unit test
  • Add get pets use case + unit test
  • Add get pets by city + unit test
  • Fix: fetch pets by characteristics by making optional characteristics
  • Add prisma pets repository
  • Refactor users routes
  • Add factories
  • Add register pet use case
  • Add jwt + rbac + authenticate user + tests
  • Add get pet by id + e2e test
  • Add fetch pets by city + e2e test
  • Add fetch pets by characteristics + e2e test
  • Setup ci
  • Fix fetch pet by city unit test

@gcrozariol gcrozariol merged commit 3475e20 into main Jun 27, 2023
2 checks passed
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 this pull request may close these issues.

1 participant