OutdatedVersion / receipt-processor-exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Receipt processor

How to start đź’»

These steps assume you have Podman, Docker, or another container runtime available.

Via Compose:

  1. docker compose up -d

Yourself:

  1. Clone repository: git clone https://github.com/OutdatedVersion/receipt-processor-exercise.git
  2. Build image: docker image build -t receipt-thing .
  3. Start container: docker run --rm -p 2000:2000 receipt-thing
  4. Verify: curl 127.0.0.1:2000/health

Running the tests

If you have Node.js/npm installed, you can run the automated tests locally:

  1. npm test
  2. npm run test:integration

If not, manual testing or checking the latest GitHub Actions run works too! :)

About


Languages

Language:TypeScript 96.7%Language:Dockerfile 3.3%