- Install dependencies:
npm install- Run the development server:
npm run dev- Open http://localhost:3000 in your browser.
- Username: admin
- Password: admin123
- Don't Tell Anyone !
- Login authentication (mocked)
- Protected dashboard route
- Paginated listings table
- Approve, Reject, Edit actions per listing
- Edit form with pre-filled data
- Listings are fetched from Mock API !
- API endpoints:
/api/listings(GET, PATCH, POST)