NTUEEInfoDep / NTUEECourseMap

A course map website for NTUEE students.
2 stars 28 forks source link

[Backend] backend schema setup & doc #44

Closed ChenBingWei1201 closed 5 months ago

ChenBingWei1201 commented 5 months ago

What is this PR for?

What type of PR is it?

[Feature | Documentation]

Todos

What is the GitHub issue?

close #43

How should this be tested?

apollo graphql

Screenshots (if appropriate)

N/A

Questions:

ChenBingWei1201 commented 5 months ago

LGTM

ChenBingWei1201 commented 5 months ago

Additionally, maybe I will try to use express & prisma for backend and react-query for frontend, because some unknown problems occurred when I built up my wp final project with apollo server and apollo client. Most of them violate the Rules of Hooks. I haven't found any solution to it. See #46