Find the presentation slides here.
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.
- 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.
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.
What things you need to install the software:
- Node.js
- NPM
- Git
-
Clone the repository to your local machine:
git clone https://github.com/your-github-username/grocery-price-comparison-app.git
-
Navigate to the project directory:
cd grocery-price-comparison-app
-
Install the dependencies:
npm install
-
Start the server:
npm start
The application will start on localhost:3000
(or your specified PORT).
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.