An open API service indexing awesome lists of open source software.

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

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)