This repository powers the backend logic of the CartX platform, handling API services, data processing, and communication between the frontend and data-gathering services.
- Custom APIs: Serve real-time pricing data, product info, and analytics.
- Data Integration: Retrieves and processes scraped data from the data-gathering repository.
- Price Recommendations: Suggests the lowest prices and optimal buying options using custom logic.
- Frontend Support: Provides all necessary endpoints for the CartX frontend to visualize data and user interactions.
- Node.js: JavaScript runtime for server-side logic.
- Express.js: Web framework used to build RESTful APIs.
- MongoDB: NoSQL database for storing product and price data.