Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rbretecher/expense-tracker

A simple application to track expenses and split bills.
https://github.com/rbretecher/expense-tracker

Last synced: about 1 month ago
JSON representation

A simple application to track expenses and split bills.

Awesome Lists containing this project

README

        

# 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](https://github.com/quasarframework/quasar) 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 :

```bash
make start
```

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