Skip to content

shinghao/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/lohiavardhan/sc2006_project.git

Navigate to the local repo directory:

cd sc2006_project

Checkout on different branches:

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

🚧 Branches

  • main branch holds all confirmed development
  • dev branch is the branch for new and work-in-progress developments.

📁 File Structure

~
├── deliverables                    # Lab deliverables
├── dev
│    ├── client                     # React app
│    ├── core                       # Server API
│    ├── requirements.txt           # Project dependencies
│    ├── server                     # Django server
│    ├── README.md
│    └── manage.py
├── .gitignore
└── README.md

🛠️ Tech Stack

📄 FindR API Documentations

About

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

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%