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

https://github.com/maxrdz/transactions-web-app

The source code for a web application I'm building for someone else; manages balance and transaction history
https://github.com/maxrdz/transactions-web-app

Last synced: 8 months ago
JSON representation

The source code for a web application I'm building for someone else; manages balance and transaction history

Awesome Lists containing this project

README

          

# Transactions Web App Source
### To create the Python virtual environment, run `./linux/create-venv.sh`.
### To start the systemd service unit, run `sudo ./linux/setup-service.sh`.
### To manually start the server as a user, run `./linux/launch-server.sh`.