Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rbretecher/expense-tracker
- Owner: rbretecher
- Created: 2020-03-31T12:49:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-26T21:16:32.000Z (over 1 year ago)
- Last Synced: 2024-08-02T00:25:28.451Z (4 months ago)
- Language: Vue
- Homepage:
- Size: 2.49 MB
- Stars: 14
- Watchers: 4
- Forks: 8
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- quasar-awesome - github - expense-tracker.herokuapp.com/) | A simple application to track expenses and split bills. | v2.3.2 | (Awesome Quasar [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) / Tutorials)
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