In this video, we demonstrate our Splitwise Backend Clone project built using Go and PostgreSQL.
This project is a backend expense-sharing system similar to Splitwise where users can:
Register users
Add shared expenses
Split expenses equally
Track balances showing who owes whom
Features Implemented:
User Registration API
Get Users API
Add Expense API
Equal Expense Splitting Logic
Balance Calculation using SQL JOINs
REST API Handling
PostgreSQL Database Integration
API Endpoints:
POST /register
GET /users
POST /expense
GET /balances
This video includes:
Full project demonstration
API testing using Postman
PostgreSQL database walkthrough
Complete backend code explanation
#golang #postgresql #backenddevelopment #restapi #splitwise #go #webdevelopment #backend #sql #projectdemo
Download
0 formats
No download links available.
Splitwise Backend using Go & PostgreSQL | REST API Project Demo + Code Walkthrough | NatokHD