/crud-nextjs

Simple CRUD API With Next.js 13 App Router (REST API)

Primary LanguageTypeScript

Getting Started

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open Postman and test Apis to see the result of CRUD Operations.