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

Sybit-Education/split-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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€)