Starter kit for building a GraphQL server using Prisma as the ORM, with generated queries and CUD mutations per entity. Core libraries are written in TypeScript and covered by tests; entities can ...
The application is a mock job board where users can view jobs and apply to them. Admins can create, edit, and delete jobs. The purpose of this application to demonstrate how to build a full stack ...