Skip to content

A simple application to track expenses and split bills.

Notifications You must be signed in to change notification settings

rbretecher/expense-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense Tracker

Expense Tracker is an application that allows you to keep track of shared expenses to easily split bills with friends and family.

It is mostly an experiment for my personal use and also to discover new tools/frameworks. Frontend is built thanks to the awesome Quasar framework and backend is powered by Go backed with a PostgreSQL database.

How to use

Start locally

You must have Docker and Docker Compose installed.

Clone the repository and execute :

make start

The project will be available at : http://localhost:8080