Visit At - https://medvisor.vercel.app/
-
Download the code from the GitHub repo (https://github.com/AshutoshSingh2021/medvisor).
-
Open the
client
folder in the terminal and install all the required packages. Run the following commandnpm install
-
Now move to the server folder and install all the packages.
Use this command:npm install
-
Now setup the required environment variables.
- jwt secret
- Gemini api key
-
Open a new terminal and navigate to the server folder. Run the command:
nodemon index.js
-
Open new terminal and navigate to the client folder in the terminal and run the command:
npm run dev
-
Open the localhost runing port.