Skip to content

arnavk377/dosewise-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published