A simple and user-friendly E-Commerce platform for browsing and purchasing products online.
https://hayroo-sigma.vercel.app/
- Admin Credentials:
- username - admin@gmail.com
- password - 12345678
- User Credentials:
- Default Role: User
- Sample Credentials:
- Username: test@gmail.com
- Password: test1234 Alternatively, you can create a random profile during sign-up to log in as a user.
- RABC Demonstration https://drive.google.com/file/d/1c4QApCGj4PS5pFcyENPC4MImJKilCyZG/view?usp=sharing
-
Clone the repository: bash git clone https://github.com/karangarg2002/Hayroo.git
-
Navigate to the project directory: bash cd Hayroo
-
Install the dependencies: bash npm Install
-
Run Frontend: bash npm run start
-
Run Backend: bash npm run start:dev
or bash npm run start
- Role-Based Access Control: Separate access for admin and users.
- Secure Authentication: Login and registration features for different user roles.
- Product Browsing: Explore a variety of products with seamless navigation.
- Order Management: Users can add items to their cart and place orders.
- Admin Panel: Manage products, orders, and users effectively.