Product CRUD Operation with Next + local json-server First, install json-server globally and run the server: npm i -g json-server json-server --watch data.json --port 8000 And, install all the project dependencies npm i Run the project npm run dev