Website based on React and GraphQL for writing questions & answers for learning/interviewing purposes
Deployed to a demo server in prisma an PostgressDatabase based on the schema.
Can open the background with prisma playground
mutation {
createQuiz(data: {
title: "quiz number one"
}) {
id,
title
}
}
On server
run node src/index.js
to run things