This project uses MongoDB as the database. The easiest way to install it is using docker. Enter the following command on your terminal if you already have docker installed. This will install and run the latest version of mongodb.
$docker run --name ky -dit -p 27017:27017 --rm mongo
git clone
this repo and cd
into it and then:npm install
npm run dev -- --open