Skip to content

A web app that allows online shoppers to compare product prices from different platforms with just a single search.

License

Notifications You must be signed in to change notification settings

Neo-Zenith/sc2006-findr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FindR

A cross-platform price comparison app that transforms your e-shopping experience.

Blue Modern Minimalist Delivery Express Logo Banner

⭐ Getting Started

Navigate to your working directory:

cd <PATH>/<WORK_DiR>

Clone the GitHub repository:

git clone https://github.com/Neo-Zenith/e-commerce-price-comparison-app.git

Navigate to the local repo directory:

cd Project-FindR

Checkout on different branches:

  • For main branch:
git checkout main
  • For dev branch:
git checkout dev

🚧 Branches

  • main branch holds all confirmed development
  • [NO LONGER EXIST] dev branch is the branch for new and work-in-progress developments.

📁 File Structure

~
├── .vscode                         # Azure settings
├── deliverables                    # Lab deliverables
├── dev
│    ├── client                     # React app
│    ├── core                       # Server API
|    ├── jobs                       # Django scheduler
|    ├── scripts                    # Web scrapping tool
|    ├── server                     # Django server
│    ├── requirements.txt           # Project dependencies
│    ├── README.md
│    └── manage.py
├── .gitignore
└── README.md

🛠️ Tech Stack

📄 FindR API Documentations

About

A web app that allows online shoppers to compare product prices from different platforms with just a single search.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.0%
  • Python 26.6%
  • CSS 11.8%
  • HTML 11.6%