Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 444 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 444 Bytes

Qwestions

Website based on React and GraphQL for writing questions & answers for learning/interviewing purposes

WIP

PRISMA

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