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

chore: setup GraphQL and Prisma #126

Merged
merged 5 commits into from
Feb 8, 2025

Conversation

derianrddev
Copy link
Contributor

📝 Setup GraphQL and Prisma

🛠️ Issue

📖 Description

  • This PR introduces GraphQL with Prisma and leaves the backend ready to handle queries and mutations.

✅ Changes made

  • Added GraphQL setup using Apollo Server in NestJS.
  • Integrated Prisma ORM for database management with PostgreSQL.
  • Configured GraphQL schema using the Code-First approach.
  • Created PrismaService to handle database connections in NestJS.
  • Created categories table in PostgreSQL using Prisma to validate API functionality.
  • Implemented GraphQL resolvers and DTOs for the categories resource.
  • Updated backend documentation to reflect these changes.

🖼️ Media (screenshots/videos)

image

📜 Additional Notes

@derianrddev derianrddev added enhancement New feature or request backend labels Feb 5, 2025
@derianrddev derianrddev requested a review from danielcdz February 5, 2025 20:46
@derianrddev derianrddev self-assigned this Feb 5, 2025
@danielcdz
Copy link
Member

@derianrddev resolve the conflicts then feel free to squash and merge the PR

@danielcdz danielcdz merged commit 96d1a14 into KaizeNodeLabs:main Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CHORE]: Setup GraphQL and Prisma
2 participants