Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 379 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 379 Bytes

CatMash

Project realised for an interview, like facemash but with cats.

NodeJS with MongoDB project, for pondering the cats score I used the elo chess system.

Installing

  • git clone
  • npm i
  • npm run populate // to populate the database
  • node /bin/www || npm run start

Needed

  • MongoDB installed and running
  • of course NodeJs and Npm >8