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

GraphQL scaffolding setup #5

Closed
oliver-pham opened this issue Dec 20, 2021 · 1 comment · Fixed by #23
Closed

GraphQL scaffolding setup #5

oliver-pham opened this issue Dec 20, 2021 · 1 comment · Fixed by #23
Assignees
Labels
backend difficulty:hard Issue that takes > 7 days feature Feature request frontend priority:medium Issue to be done in the current sprint
Projects

Comments

@oliver-pham
Copy link
Collaborator

oliver-pham commented Dec 20, 2021

We can use Apollo Client for our frontend and Apollo Server for our backend. Since we have already defined our data models, I'd prefer schema-first approach to building our GraphQL API.

For our GraphQL server, connecting to our MongoDB database can be supported by Mongoose.

Resources

@tuanthanh2067 tuanthanh2067 added this to Backlog in Seeksi Jan 8, 2022
@oliver-pham oliver-pham moved this from Backlog to To Do in Seeksi Jan 10, 2022
@oliver-pham oliver-pham added feature Feature request priority:low Default priority when a new issue is created labels Jan 10, 2022
@oliver-pham
Copy link
Collaborator Author

If you have time, can we do some research on whether we should use TypeORM or Prisma, @tuanthanh2067?

@oliver-pham oliver-pham added difficulty:hard Issue that takes > 7 days priority:medium Issue to be done in the current sprint and removed priority:low Default priority when a new issue is created labels Jan 12, 2022
@oliver-pham oliver-pham moved this from To Do to In progress in Seeksi Jan 12, 2022
@oliver-pham oliver-pham self-assigned this Jan 12, 2022
@oliver-pham oliver-pham changed the title API: Implement GraphQL GraphQL scaffolding setup Jan 14, 2022
@oliver-pham oliver-pham moved this from In progress to Code review in Seeksi Jan 15, 2022
@oliver-pham oliver-pham moved this from Code review to Done in Seeksi Jan 16, 2022
@oliver-pham oliver-pham reopened this Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend difficulty:hard Issue that takes > 7 days feature Feature request frontend priority:medium Issue to be done in the current sprint
Projects
Seeksi
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant