real-world-grading-app icon indicating copy to clipboard operation
real-world-grading-app copied to clipboard

An example of a real-world REST API backend built with TypeScript, Hapi, Prisma, and PostgreSQL.

Results 8 real-world-grading-app issues
Sort by recently updated
recently updated
newest added

This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Rate Limited These updates are currently rate limited. Click on a checkbox below to force their creation...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@prisma/client](https://www.prisma.io) ([source](https://togithub.com/prisma/prisma)) | [`3.5.0` -> `3.15.2`](https://renovatebot.com/diffs/npm/@prisma%2fclient/3.5.0/3.15.2) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [joi](https://togithub.com/sideway/joi) | [`17.4.2` -> `17.6.0`](https://renovatebot.com/diffs/npm/joi/17.4.2/17.6.0) | [![age](https://badges.renovateapi.com/packages/npm/joi/17.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://togithub.com/kulshekhar/ts-jest)) | [`27.0.7` -> `27.1.5`](https://renovatebot.com/diffs/npm/ts-jest/27.0.7/27.1.5) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/jsonwebtoken](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | [`8.5.6` -> `8.5.8`](https://renovatebot.com/diffs/npm/@types%2fjsonwebtoken/8.5.6/8.5.8) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fjsonwebtoken/8.5.8/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/hapi__hapi](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | [`20.0.9` -> `20.0.12`](https://renovatebot.com/diffs/npm/@types%2fhapi__hapi/20.0.9/20.0.12) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fhapi__hapi/20.0.12/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Following along with https://www.prisma.io/blog/backend-prisma-typescript-orm-with-postgresql-data-modeling-tsjs1ps7kip1 once I get to `npx prisma migrate dev --preview-feature --skip-generate --name "init"` I get the following error: ```sh $ npx prisma migrate dev --preview-feature --skip-generate --name...

Good day, thanks for the great work... please how do i add refresh token to this project for scenarios where access token expires and i dont want to logout the...