This repository is an example for our blog post on writing integration tests with Prisma.
- Clone this repository
- Run
npm install
- Run
docker-compose up
to start up the PostgresQL server - Run
npm run dev
to play with the application - Run
npm test
to run the tests!