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
/Backend
folder. - Download necessary packages
- Run the following commands:
python app.py
- Navigate to the
/Frontend
folder. - 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:3000
and ensure it communicates with the backend athttp://localhost:5001
.