Skip to content

amadeus-2036/dbms-final

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Store Aggregator

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.

Features

  • Displays discount offers from different brands.
  • Aggregates data from multiple locations.
  • User-friendly interface to view available discounts.

Technologies Used

  • Node.js
  • Express
  • MongoDB
  • Frontend: HTML, CSS, JavaScript (can be specified based on the frontend tech you used)

Installation

  1. Clone the repository: git clone https://github.com/TanayK-node/dbms-final.git

  2. Navigate to the project folder: cd dbms-final

  3. Install the dependencies: npm install

  4. Set up your MySql database or use any cloud database and update the connection details in the code (if needed).

  5. Start the server: npm start

Usage

  1. Launch the app in your browser by navigating to http://localhost:3000 (or another port if configured differently).
  2. View the available discounts aggregated from various stores and locations.

Contributing

Feel free to fork this repository, make improvements, or suggest enhancements. Open issues and pull requests are welcome.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.7%
  • HTML 27.0%
  • CSS 24.3%