Website Name: Akeneo Product Query
Live Link: Akeneo Product Query
- Frontend: React, React Router
- Backend: Node.js, Express, MongoDB
- Authentication: Firebase, JWT
- Additional Libraries:
- Tanstack Query for data fetching
- React-Select for multi-select dropdowns
- Imgbb/Cloudinary for image uploads
- React-Google-Charts for dynamic charts
Packages:
- React-Tooltip: React Tooltip Documentation
- Swiper (Slider): Swiper Documentation
- React-Simple-Typewriter: React Simple Typewriter Documentation
- Meraki UI: Meraki UI Documentation
- Comprehensive Search: Robust search functionality for products by name, category, brand, or keywords.
- Detailed Product Information: Listings with specifications, features, pricing, availability, and user reviews.
- Comparison Tools: Tools to compare multiple products side by side.
- User Feedback and Reviews: User-generated content such as reviews, ratings, and comments.
- Customer Support: Accessible support channels like live chat, email, or FAQs.
- Personalization Features: Personalized recommendations based on user preferences, browsing history, and past purchases.
Follow these steps to set up the project locally:
Ensure you have the following installed:
- Node.js: Download Node.js
- MongoDB: Download MongoDB
- Firebase Account: Create Firebase Account
- Cloudinary/Imgbb Account: Create Cloudinary Account or Create Imgbb Account
git clone https://github.com/yourusername/akeneo-product-query.git
cd akeneo-product-query
npm install
Create a .env
file in the root directory and add the following environment variables:
# Backend
MONGODB_URI=your_mongodb_connection_string
JWT_SECRET=your_jwt_secret
# Firebase
REACT_APP_FIREBASE_API_KEY=your_firebase_api_key
REACT_APP_FIREBASE_AUTH_DOMAIN=your_firebase_auth_domain
REACT_APP_FIREBASE_PROJECT_ID=your_firebase_project_id
REACT_APP_FIREBASE_STORAGE_BUCKET=your_firebase_storage_bucket
REACT_APP_FIREBASE_MESSAGING_SENDER_ID=your_firebase_messaging_sender_id
REACT_APP_FIREBASE_APP_ID=your_firebase_app_id
# Image Uploads
IMGBB_API_KEY=your_imgbb_api_key
CLOUDINARY_URL=your_cloudinary_url
Navigate to the backend
directory and start the server:
cd backend
npm install
npm start
Navigate back to the root directory and start the frontend server:
npm start
Open your browser and go to http://localhost:3000
to access the application.