This is a simple web application for comparing images. It's built with Node.js and Express.
To get started, you'll need to have Node.js and npm installed.
- Clone the repository:
git clone git@github.com:sh4nth/image-compare.git
- Navigate to the project directory:
cd image-compare - Install the dependencies:
npm install
- Create a directory named
imagesand move all your pictures into it.mkdir images # Move your images to this directory
To start the web server, run the following command:
node server.jsThe application will be available at http://localhost:3000.