check out backend here
-Have nodejs installed
-Clone app using this link
-Install dependencies using npm install
-Create a .env
file touch .env
-In your env file, set your variables, VITE_SERVER_LINK=http://localhost:8080
-Run the app using npm run dev