Running our project
-
Clone
-
In the frontend folder, do 'npm i' and then 'npm start'
-
In the backend folder, do 'conda create -n CallLight python=3.8.16', then 'conda activate CallLight', and then 'pip install -r requirements.txt', and then 'python server.py'