Shyamnath's picture
feat(core): implement unified database with multi-hotel support and session management
90537f3
# Static Images Directory
This directory contains dish images organized by database name.
## Structure:
```
app/static/images/dishes/
β”œβ”€β”€ tabble_new/ # Demo hotel images
β”‚ β”œβ”€β”€ dish1.jpg
β”‚ β”œβ”€β”€ dish2.jpg
β”‚ └── ...
└── your_hotel/ # Your hotel images
β”œβ”€β”€ dish1.jpg
β”œβ”€β”€ dish2.jpg
└── ...
```
## Upload Guidelines:
- Use JPEG or PNG format
- Recommended size: 400x300 pixels
- Keep file size under 500KB for better performance
- Use descriptive filenames
## Access URLs:
Images can be accessed at: `/static/images/dishes/{database_name}/{filename}`
Example: `/static/images/dishes/tabble_new/chicken_biryani.jpg`