Skip to content

HMcodeLab/HM_Admin

Repository files navigation

Admin Dashboard

A modern, responsive admin dashboard for managing HM Official's platform.

Features

  • User authentication and authorization
  • Dashboard analytics and charts
  • User, product, and order management
  • Responsive design (desktop & mobile)
  • Role-based access control

Tech Stack

  • Frontend: React, Redux, Material-UI
  • Backend: Node.js, Express, MongoDB
  • Authentication: JWT

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-org/admin_dashboard.git
    cd admin_dashboard
  2. Install dependencies:

    npm install
  3. Configure environment variables:

    • Copy .env.example to .env and update values as needed.
  4. Run the development server:

    npm start

Folder Structure

admin_dashboard/
├── public/
├── src/
│   ├── components/
│   ├── pages/
│   ├── redux/
│   └── utils/
├── .env.example
├── package.json
└── README.md

Contributing

Pull requests are welcome! For major changes, please open an issue first.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published