Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

🛠️ Web Setup Guide

📦 Backend (BE)

Install required libraries:

pip install -r requirements.txt

Run the backend:

python main.py

The backend will start at http://0.0.0.0:6968 after launching successfully.


🌐 Frontend (FE)

Install packages:

npm install

Run in development mode:

npm run dev

By default, the frontend runs at http://0.0.0.0:6969. You can change the port by editing the vite.config.js file.