Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.23 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.23 KB

Deployed Link

Click here to see Dosewise live!

Full Project Runtime Commands

Run both commands to see Dosewise locally!

Frontend

git clone https://github.com/arnavk377/dosewise-frontend.git (To initially clone repository)
cd dosewise-frontend
npm install
npm run dev

Backend

git clone https://github.com/Akshay-Rohatgi/dosewise-backend.git (To initially clone repository)
cd dosewise-backend
pip install -r requirements.txt
cd src
python3 app.py 

Visit Frontend at http://localhost:5173/

Visit Backend at http://localhost:8080/

Repository Runtime Commands

cd dosewise-frontend (or repository name)
npm install
npm run dev (for local host server)

Backend Repository

Link to Backend

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available: