A modern, responsive admin dashboard for managing HM Official's platform.
- User authentication and authorization
- Dashboard analytics and charts
- User, product, and order management
- Responsive design (desktop & mobile)
- Role-based access control
- Frontend: React, Redux, Material-UI
- Backend: Node.js, Express, MongoDB
- Authentication: JWT
-
Clone the repository:
git clone https://github.com/your-org/admin_dashboard.git cd admin_dashboard
-
Install dependencies:
npm install
-
Configure environment variables:
- Copy
.env.example
to.env
and update values as needed.
- Copy
-
Run the development server:
npm start
admin_dashboard/
├── public/
├── src/
│ ├── components/
│ ├── pages/
│ ├── redux/
│ └── utils/
├── .env.example
├── package.json
└── README.md
Pull requests are welcome! For major changes, please open an issue first.