open your terminal or cmd
clone the repo
git clone https://github.com/wicodeZU/fuzzy-engine.git
first if you dont have nodejs install it here
https://nodejs.org/en/download/
if you dont have yarn install it using
npm install --global yarn
cd fuzzy-engine && cd api
install deps
yarn
after completting installing dependancies for the api
cd fuzzy-engine && cd client
but if you are inside the api dir
cd ../ && cd client
now install your dependancies
yarn
start the ui using
yarn start
create your account at
https://account.mongodb.com/account/login
if you don't have an account sign up
see you there!