This project is a web-based application designed for image processing tasks, consisting of separate backend and frontend components. Follow the steps below to set up and run the application locally.
cd backenddocker build -t image-processing-api .docker run -d -p 4000:4000 image-processing-apicd frontendnpm run installnpm run dev