Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dylanon/expense-tracker
https://github.com/dylanon/expense-tracker
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dylanon/expense-tracker
- Owner: dylanon
- Created: 2019-11-19T02:51:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T17:25:37.000Z (about 2 years ago)
- Last Synced: 2024-10-27T23:16:12.015Z (2 months ago)
- Language: JavaScript
- Size: 1.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Budget & Expense Tracker
## Installation
1. Duplicate `.example.env` and name it `.env`. Fill in environment variables as needed.
2. Install API dependencies.
```bash
cd api
yarn
```3. Build the images and start the app for the first time.
```bash
# From root directory
docker-compose up
```## Starting/stopping the app
### Start
```bash
docker-compose up
```### Stop
```bash
docker-compose stop
```### Remove all containers
```bash
docker-compose down
```