Click here to see Dosewise live!
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/
cd dosewise-frontend (or repository name)
npm install
npm run dev (for local host server)
Link to Backend
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh