check out the frontend here
-Have nodejs installed
-Clone app using this link
-Install the dependencies using npm install
-Create a .env
file touch .env
-In the env file, set your variables:
-
PORT
Set it to8080
or any port you would prefer -
WEBISTE
Front end is running onhttp://localhost:5173
-
MONGO_URI
Just the name of your mongo database url
-Run the app using node --watch server