This project includes both the frontend and backend for the Vectorizer tool.
/Frontend: Contains the frontend React application./Backend: Contains the backend Python service.
- Navigate to the
/Backendfolder. - Download necessary packages
- Run the following commands:
python app.py
- Navigate to the
/Frontendfolder. - Run the following commands:
npm start
- Ensure both the backend and frontend are running by following the above steps.
- Access the frontend at
http://localhost:3000and ensure it communicates with the backend athttp://localhost:5001.