Back to Next Js

Example application using `joi` and `next-joi`

examples/with-joi/README.md

16.2.51.2 KB
Original Source

Example application using joi and next-joi

This example shows how to validate Next.js API routes by using the joi and next-joi packages. It contains samples for both API routes using a Connect middleware (see /api/people) and regular API routes (see /api/cars).

Deploy your own

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

bash
npx create-next-app --example with-joi with-joi-app
bash
yarn create next-app --example with-joi with-joi-app
bash
pnpm create next-app --example with-joi with-joi-app

Deploy it to the cloud with Vercel (Documentation).