Course project: Internet Application Development (5th semester), BMSTU
React frontend for the vasoactive drug speed estimator service. Provides a UI for managing drug records, submitting estimation requests, and viewing results.
- React, TypeScript / JavaScript
- Vite
- CSS Modules
| Repository | Description |
|---|---|
| vasoactive_drug_speed_estimatior | Original Django backend |
| vasoactive_drug_speed_estimatior_async | Async backend with Redis |
| vasoactive_drug_speed_estimatior_frontend | React frontend (this repo) |
npm install
npm run devConfigure the backend URL in .env:
VITE_API_URL=http://localhost:8000