https://github.com/akshay-rohatgi/dosewise-backend
Dosewise Backend
https://github.com/akshay-rohatgi/dosewise-backend
Last synced: 11 months ago
JSON representation
Dosewise Backend
- Host: GitHub
- URL: https://github.com/akshay-rohatgi/dosewise-backend
- Owner: Akshay-Rohatgi
- Created: 2024-01-27T03:41:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T19:59:02.000Z (over 2 years ago)
- Last Synced: 2025-07-14T11:45:40.588Z (11 months ago)
- Language: Python
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deployed Link
Click [here](http://143.198.136.223:5173/) to see Dosewise live!
# dosewise-backend
Dosewise Backend
# Full Project Runtime Commands
Run both commands to see Dosewise locally!
Frontend
```bash
git clone https://github.com/arnavk377/dosewise-frontend.git # (To initially clone repository)
cd dosewise-frontend
npm install
npm run dev
```
Backend
```bash
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/
# Frontend Repository
Link to [Frontend](https://github.com/arnavk377/dosewise-frontend)