An open API service indexing awesome lists of open source software.

https://github.com/imbryan/receipt-processor-challenge


https://github.com/imbryan/receipt-processor-challenge

flask

Last synced: 2 months ago
JSON representation

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.