I developed this fully responsive e-commerce application using the MERN stack over a period of 3 to 4 weeks. Throughout the development process, I encountered numerous challenges that tested my problem-solving skills as a developer. However, I persevered and successfully created a robust and functional application.
- Theme Toggling: Switch between light and dark themes.
- Authentication: User login, registration, and password reset functionality with database support.
- Access Levels:
- Admin Account:
- Email:
[email protected]
- Password:
123456789
- Email:
- User Account:
- Email:
[email protected]
- Password:
123456789
- Email:
- Admin Account:
-
Install Dependencies:
- In the main root directory:
npm install
- In the
/client
folder:npm install
- In the main root directory:
-
Run the Application:
- In the main root directory:
npm run app
This command runs both the backend and frontend.
- In the main root directory: