Skip to content

sherimin/Dashboard-Next

Repository files navigation

About Dashboard

This dashboard is designed for e-commerce administrators to track client and staff metrics, manage product databases and stay informed on company news.

This platform allows administrators to add, update, delete, and search users and products. Demo data is displayed on the homepage to visualize the total number of clients, orders and visits to the website, as well as the status of latest orders and weekly business analysis. Users will also see company newsletters from the right bar.

Built with Next.js, Next-Auth and MongoDB.

Screenshots / Recordings

Login as administrators

Login.mp4

Add, edit, delete and search for users

Users.mp4

Add, edit, delete and search for products

Products.mov

Logout and redirect to login page

Logout.mov

Getting Started

  1. Fork and clone this repository
  2. Install all dependencies using the npm install command.
  3. Run npm run dev to start.
  4. Open http://localhost:3000 with your browser to see the result.