Just copy the link and past it in your browser address bar,
https://doccure-dashboard.onrender.com/Recommended terminal: git bash
git clone https://github.com/tohidbinazam/dashboard.gitNote: Copy any code and just right-click on the mouse in your terminal,
Result: Auto past it.
cd client
npm install
touch .env
start .envand past the bellow code in the .env file 👇
VITE_API_VERSION = /api/v1cd ..npm install
touch .envstart .envPORT = 5000
NODE_ENV = development
MONGO_URI = ``Hear is your MongoDB database string``
JWT_SECRET = ``JWT secret key``
HOST_EMAIL = ``APP password Email address``
PASSWORD = ``APP password``
DOMAIN = ``Allowed domain names are serrated by comma``Note: Tohid Bin Azam Facebook profile,
If facing any issues you can knock me from here.
npm startIf everything is ok, Runs the app in the development mode. Automatically open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.