This project consists of a frontend and a backend part, which are explained below on how to run them.
- Open a terminal (or Command Prompt).
- Navigate to the root directory of the project.
- From the root directory, enter the
static
folder. Make sure to directly enter thestatic
folder without opening its parent folder. - Open the
index.html
file with a browser. If you have a local server capable of serving static files, you may also use it to serve theindex.html
.
- Ensure Python is installed on your machine and that it meets the project's requirements.
- Open a terminal (or Command Prompt).
- Navigate to the directory containing the
DataSetConnect.py
file. - Run the following command to start the backend service:
python DataSetConnect.py
Ensure both the frontend and backend are running on the local 8848 port. This might require setting the port in the DataSetConnect.py
file or in your frontend configuration accordingly.
Access http://localhost:8848
in your browser to view the application. Make sure both frontend and backend services are up and running.