https://github.com/imbryan/receipt-processor-challenge
https://github.com/imbryan/receipt-processor-challenge
flask
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imbryan/receipt-processor-challenge
- Owner: imbryan
- Created: 2025-02-12T03:52:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-12T14:32:49.000Z (over 1 year ago)
- Last Synced: 2025-12-31T00:31:22.225Z (6 months ago)
- Topics: flask
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Running
## Requirements
* Docker with Compose installed.
## Windows
```
docker-compose up -d --build
```
> **Note**: **-d** (detached mode) is optional
## Linux
```
docker compose up -d --build
```
# Testing
* The server will be available at ```localhost:5000```
> **Note**: This app stores data in sessions.