-
clone the project
-
write
yarn
ornpm install
to install dependency -
create .env file inside the file connect with mongoDB credential (please use your own credential and put it in .env file as)
MONGODB_URI=<Your MongoDB Credential>
-
run by
yarn start
ornpm start