cksachdev / hotornot

Generic tool to compare screenshots and assign

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hotornot

Image File compare tool.

Requirements

Setup

Step 1: Clone the repo

git clone git://github.com/cksachdev/hotornot.git

Step 2: Use below command to install all required dependencies

npm install

Step 3: Run the mongodb locally

If you don't know how to start the mongodb locally don't worry Please refer a link below for your reference https://docs.mongodb.com/v3.2/administration/install-community/

And Install mongodb compass (MongoDB Compass is the GUI for MongoDB. Compass allows you to analyze and understand the contents of your data without formal knowledge of MongoDB query)

To install mongodb compass use this link: https://www.mongodb.com/products/compass

Step 4: Set the database path

// dbConnection.js 

const DB_PATH = '';

Step 4: To start the local server

node server.js

Then visit http://localhost:3000/

About

Generic tool to compare screenshots and assign


Languages

Language:HTML 61.5%Language:JavaScript 36.9%Language:CSS 1.6%