VELORA is a full-stack web application that provides regional construction material price benchmarks.
It helps contractors and builders avoid overpaying by showing a rolling median price based on real trader submissions.
Construction material prices vary across traders and regions.
There is no centralized benchmark system to verify fair market pricing.
This leads to:
- Overpaying for materials
- Lack of price transparency
- No structured comparison system
VELORA solves this problem by providing a regional price intelligence dashboard.
- Material-wise benchmark dashboard
- Rolling median price calculation
- Trader-wise price breakdown
- REST API backend
- Database integration
Frontend:
- HTML
- CSS
- JavaScript
Backend:
- FastAPI (Python)
Database:
- SQLAlchemy with SQLite/MySQL
Version Control:
- Git & GitHub
- GET /materials
- GET /benchmark/{material_id}
- GET /prices
- POST /prices
Swagger Documentation: http://127.0.0.1:8000/docs
CSI Project Expo – Team 18
- Real-time supplier submissions
- Admin dashboard
- Region comparison analytics
- Graphical price trends
- Authentication system
VELORA demonstrates full-stack integration, database handling, REST API development, and collaborative Git workflow in solving a real-world procurement transparency problem.