Skip to content

Conversation

@ITboo
Copy link
Owner

@ITboo ITboo commented Mar 4, 2024

Node.js GraphQL
Task: https://github.com/AlreadyBored/nodejs-assignments/blob/main/assignments/graphql-service/assignment.md
Done 04.03.2024 / deadline 05.03.2024
Score: 360/360.

To check assignment you should

git clone https://github.com/ITboo/nodejs-graphql.git

cd nodejs-graphql

git checkout dev

npm install

Create .env file (based on .env.example): ./.env

Create db file: ./prisma/database.db

npx prisma migrate deploy

npx prisma db seed

Run tests

npm run test-integrity

npm run test-queries

npm run test-mutations

npm run test-rule

npm run test-loader

npm run test-loader-prime

Scoring

  • +144 test-queries
    queries

  • +90 test-mutations
    mutations

  • +18 run test-rule
    rule

  • +80 run test-loader

  • +28 test-loader-prime
    loader-prime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants