https://github.com/frau-azadeh/mdfpriceapi
MDF Price API is a .NET Core backend service that exposes structured endpoints for retrieving rebar product pricing data. It provides the raw data consumed by the analysis and dashboard services.
https://github.com/frau-azadeh/mdfpriceapi
api-rest asp-net-core csharp sql-server
Last synced: 5 months ago
JSON representation
MDF Price API is a .NET Core backend service that exposes structured endpoints for retrieving rebar product pricing data. It provides the raw data consumed by the analysis and dashboard services.
- Host: GitHub
- URL: https://github.com/frau-azadeh/mdfpriceapi
- Owner: frau-azadeh
- License: mit
- Created: 2025-07-29T12:54:20.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-08-02T13:22:28.000Z (6 months ago)
- Last Synced: 2025-08-02T15:29:02.596Z (6 months ago)
- Topics: api-rest, asp-net-core, csharp, sql-server
- Language: C#
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# π MDF Price API




## π Overview
MDF Price API is a **.NET Core backend service** that exposes structured endpoints for retrieving rebar product pricing data.
It provides the raw data consumed by the analysis and dashboard services.
---
## β‘ Features
- π¦ **Product listing** with details: name, type, size, form, standard, warehouse, and price
- β± **Timestamped pricing updates** with Jalali date support
- π **JSON REST API** for easy consumption by other apps
- π **Database integration** for scalable storage
---
## π οΈ Tech Stack
- **ASP.NET Core 6**
- **Entity Framework Core**
- **SQL Server Database**
- **Swagger** for API documentation
---
## π Endpoints
| Method | Endpoint | Description |
|--------|--------------------|--------------------------------|
| `GET` | `/api/Products` | Retrieve all product data |
| `GET` | `/api/Products/{id}` | Retrieve product by ID |
---
## βοΈ Installation
# Clone the repo
git clone https://github.com/frau-azadeh/MdfPriceApi.git
cd MdfPriceApi
# Restore dependencies
dotnet restore
# Run the API
dotnet run
---
## π€ Contributing
Contributions are warmly welcomed!
Feel free to fork this repo, create a feature branch, and submit a pull request.
---
## π»Developed by
Azadeh Sharifi Soltani