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

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

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.