This is a Next.js application that manages a collection of events using a custom REST API powered by json-server and bootstrapped with create-next-app. It allows users to view event listings, see details, and manage (create, edit, delete) events from an admin interface.
An application that manages events.
view: http://localhost:3000
npm installnpm run serve-jsonThis runs json-server on http://localhost:4000, using the db.json file as the data source.
In a new terminal window, run:
npm run devThis starts the frontend on http://localhost:3000.