Skip to content

anonymize-org/test-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secrecy Backend Test 🔐

First you need to run yarn to install the dependencies. Then yarn generate to generate the prisma client and typing files.

From here you can launch yarn dev and stick with it.

Description

This project is a graphql api with nexus and prisma. The database contains a movie list.

Links

Steps

  • Add a User table to the database with a unique id, a name, and a list of favorite movies.
  • Add mutations to add and remove movies from the user's favorite list.
  • Add a query to get the user's favorite movies.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published