You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Splitwise is REST Api based application which provides basic functionalities to split the expenses among individuals and groups.
It is build using C# .NET CORE framework and postgres db.
Following Frameworks and technologies are being used
C# .NET Core
Postgres
Fluent Validations
Prerequisite
Postgres
Install Postgres
Add Postgres and create database with name splitwiseDB
Setting Up App
Create Postgres DB with name splitwiseDb with username app_admin and password as postgres