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
staticfolder. Make sure to directly enter thestaticfolder without opening its parent folder. - Open the
index.htmlfile 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.pyfile. - Run the following command to start the backend service:
python DataSetConnect.pyEnsure 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.