mkutay / kermis-logger

A node.js app to store things bought in our class's kermis.

Home Page:https://kermes.mkutay.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kermes-service

A list of what is bought, the list can be extended and the dropdown list should contain everything that is going to be sold at the kermes.

Total amount payed.

Example Json:

{
  "data": [
    {"bought": ["cake", "cookie"], "cost": 35},
    {"bought": ["bookmark"], "cost": 15},
  ]
}

About

A node.js app to store things bought in our class's kermis.

https://kermes.mkutay.dev/

License:Apache License 2.0


Languages

Language:HTML 71.1%Language:Sass 15.4%Language:Python 11.1%Language:JavaScript 2.4%