A cross-platform price comparison app that transforms your e-shopping experience.
cd <PATH>/<WORK_DiR>
git clone https://github.com/Neo-Zenith/FindR-E-Commerce-Price-Comparison-App.git
cd FindR-E-Commerce-Price-Comparison-App
- For main branch:
git checkout main
- For dev branch:
git checkout dev
- main branch holds all confirmed development
- dev branch is the branch for new and work-in-progress developments.
~
├── .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