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
- Host: GitHub
- URL: https://github.com/maxrdz/transactions-web-app
- Owner: maxrdz
- Created: 2022-02-22T05:50:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-30T15:30:26.000Z (about 4 years ago)
- Last Synced: 2025-06-12T18:32:17.563Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 509 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.