Skip to content

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

Notifications You must be signed in to change notification settings

carlosloureda/qwestions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published