bakery-erp / README.md
Neil67's picture
Deploy Bakery ERP Space
13240d3
|
Raw
History Blame Contribute Delete
519 Bytes
---
title: Bakery ERP
emoji: "🍞"
colorFrom: blue
colorTo: green
sdk: docker
app_port: 7860
---
# Bakery ERP
ASP.NET Core web app packaged for Hugging Face Spaces with Docker.
## Runtime
- .NET 10
- ASP.NET Core Razor Pages
- Local JSON data store
## Hugging Face Notes
This Space uses Docker and listens on port `7860`.
Data is written to `/data` through `BAKERY_ERP_DATA_DIR=/data`. Enable persistent storage in the Space settings if you want records and uploaded attachments to survive restarts or rebuilds.