Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cksachdev/hotornot
Generic tool to compare screenshots and assign
https://github.com/cksachdev/hotornot
Last synced: about 21 hours ago
JSON representation
Generic tool to compare screenshots and assign
- Host: GitHub
- URL: https://github.com/cksachdev/hotornot
- Owner: cksachdev
- Created: 2019-09-05T07:22:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T04:26:41.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T23:53:08.727Z (over 1 year ago)
- Language: HTML
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hotornot
Image File compare tool.
## Requirements
* [Node](https://nodejs.org/en/download/)
* [Git](https://git-scm.com/downloads)
* [Mongodb](https://www.mongodb.com/download-center/community)## Setup
#### Step 1: Clone the repo
```bash
git clone git://github.com/cksachdev/hotornot.git
```#### Step 2: Use below command to install all required dependencies
```bash
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/](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](https://www.mongodb.com/products/compass)#### Step 4: Set the database path
```
// dbConnection.jsconst DB_PATH = '';
```
#### Step 4: To start the local server
```
node server.js
```
Then visit [http://localhost:3000/](http://localhost:3000/)