https://github.com/marinac-dev/cashier-task
Cashier task for interview
https://github.com/marinac-dev/cashier-task
Last synced: over 1 year ago
JSON representation
Cashier task for interview
- Host: GitHub
- URL: https://github.com/marinac-dev/cashier-task
- Owner: marinac-dev
- Created: 2025-03-24T18:02:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-24T20:58:00.000Z (over 1 year ago)
- Last Synced: 2025-03-24T21:36:37.826Z (over 1 year ago)
- Language: Elixir
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cashier
Cashier is a simple point-of-sale system designed for a small supermarket chain. It allows users to add products to a cart and calculates the total price, providing a straightforward and efficient checkout process.
## Instructions
To start your Phoenix server:
- Run `mix setup` to install and setup dependencies
- Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.