Welcome to the interview project! This project is designed to assess your skills in building a backend API using Node and GraphQL.
- Understand your proficiency with Node and GraphQL.
- Assess your ability to design and implement a scalable API.
- Evaluate your coding practices and problem-solving approach.
$ npm install
or
$ yarn$ npm run prisma generate
or
$ yarn prisma generate
$ npm run start:dev
or
$ yarn start:dev$ npm run test
or
$ yarn test