Skip to content

Latest commit

 

History

History
75 lines (51 loc) · 2.78 KB

README.md

File metadata and controls

75 lines (51 loc) · 2.78 KB

CartCompare App

Find the presentation slides here.

Description

CartCompare was developed during the Coding Austria hackathon. The iOS App is a unique platform that allows users to compare grocery prices from different stores in Austria, set alerts for price drops, and discover the latest deals. This application is built with Node.js and Express.js, providing an efficient and scalable backend.

Features

  • Comprehensive price comparison from multiple grocery stores.
  • Real-time updates of prices.
  • Personalized alerts for sales and price drops.
  • Location-based recommendations for affordable grocery stores.
  • Integration with user shopping lists.

Photos

Getting Started

Please find the iOS Swift code in the CAHack foler. These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software:

  • Node.js
  • NPM
  • Git

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/your-github-username/grocery-price-comparison-app.git
  2. Navigate to the project directory:

    cd grocery-price-comparison-app
  3. Install the dependencies:

    npm install
  4. Start the server:

    npm start

The application will start on localhost:3000 (or your specified PORT).

MIT License

Copyright (c) 2023 Artemiy Malyshau, Manuel Bichler

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so.

See the LICENSE file for details.