IsaacCheng9 / fairsplit

A web application to split bills and track shared expenses in a group, with a transaction minimisation algorithm. Developed with Node and React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a database for storing records

IsaacCheng9 opened this issue · comments

Specification

  • Create a database for storing records for users and transactions.
    • Research into whether SQL or NoSQL would be more suited.