Skip to content

FAQ for Setup

Jing Wen edited this page Apr 27, 2024 · 1 revision

Before starting,

  1. have you ran this in your terminal?
cd ./analytics/
mkdir export
cd ./export/
git clone https://github.com/shotnothing/DSA3101-Checkpoint.git
mv ./DSA3101-Checkpoint/* ./ 
rm -rf ./DSA3101-Checkpoint
# In windows, rm -r -Force ./DSA3101-Checkpoint
cd ../../
  1. have you set your credentials (create .env.local and .env) at the correct directory level?

Please read the instructions on readme: quickstart

Issue 1: Permissions denied

Screenshot 2024-04-25 at 11 31 02 PM

Solution:

sudo chown -R [user] ~/.docker

Hello!👋

PriceProbe is a platform that provides data-driven📊 pricing optimization solutions🎯. This is a repo for the API server🌐 that powers the PriceProbe platform, as well as scraping⛏️, cleaning🧽 and data processing utilities⚙️.

This wiki is meant to collate knowledge🧠 on the relevant background behind topics related to our product, and also share anything we find interesting🔥. Feel free to contribute, and we love having you around!😊

Check out our product video here!🎥

Clone this wiki locally