Aaryamann171 / hot_or_not-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hot or Not

A modular application used to compare two images. The app uses ELO Rating System and maintains a leaderboard of top scoring images.


NOTE: DO NOT USE THIS APPLICATION TO COMPARE STUDENTS WITH FARM ANIMALS


Pre-Requisites

  1. SQLite3 database with your data - Rows: Id, Image Name, Image Data (stored as a BLOB) and Score (default set as 1000). Keep this file inside a subdirectory named databases inside your backend service root folder.
  2. Backend Server running on port 8000.

Install Dependencies

npm install

Run dev server

npm run dev

About


Languages

Language:JavaScript 99.1%Language:CSS 0.9%