You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Made by team Bataksort ( Ryan, Harshit, Mayank, Tri)
Usage
Open the terminal and use the command "cd frontend", make sure to have two separate PowerShell terminals open if you're using VS code
Create the venv using the command "python -m venv venv", followed by "pip install -r requirements.txt" to install all python requirements than "venv\Scripts\Activate" on windows to activate the virtual environment, run "python3 backend.py" or "python backend.py"
On a separate terminal, use the command "cd frontend", "npm I" or "npm install" to install all the required dependencies and "npm run dev" to run the code locally