A simple store aggregator that displays discounts across various brands and locations. This project allows users to view real-time discounts and offers available in different stores across multiple locations.
- Displays discount offers from different brands.
- Aggregates data from multiple locations.
- User-friendly interface to view available discounts.
- Node.js
- Express
- MongoDB
- Frontend: HTML, CSS, JavaScript (can be specified based on the frontend tech you used)
-
Clone the repository: git clone https://github.com/TanayK-node/dbms-final.git
-
Navigate to the project folder: cd dbms-final
-
Install the dependencies: npm install
-
Set up your MySql database or use any cloud database and update the connection details in the code (if needed).
-
Start the server: npm start
- Launch the app in your browser by navigating to
http://localhost:3000
(or another port if configured differently). - View the available discounts aggregated from various stores and locations.
Feel free to fork this repository, make improvements, or suggest enhancements. Open issues and pull requests are welcome.