Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Latest commit

 

History

History
38 lines (22 loc) · 648 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 648 Bytes

split-it

Split the bill.

This is a X-Mas hack project of Sybit which is build on December, 23th 2019.

About

often you are on the road with a group of friends but the bill, how can you split it properly. sometimes someone doesn't have enough money or someone pays everything, but how do you want to keep the overview. exactly Split-it the optimal solution when it comes to split the bill

Build the project

Data Structures

Person

  • id
  • name (Jon Doe)

Event

  • id
  • name (Club)

Event_Person

  • event_id
  • person_id

Bill_Account

  • id
  • event_id
  • person_id
  • description (Cola)
  • amount (+10€ / - 4€)