Skip to content

wicodeZU/fuzzy-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

fuzzy-engine

follow the instructions for setup

open your terminal or cmd

clone the repo

git clone https://github.com/wicodeZU/fuzzy-engine.git

Node and package managers

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

api

cd fuzzy-engine && cd api

install deps

yarn

client

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

mongoDB setup

create your account at
https://account.mongodb.com/account/login
if you don't have an account sign up

see you there!

About

node react structure demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published