https://github.com/jerichofs/accounting_notebook
https://github.com/jerichofs/accounting_notebook
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jerichofs/accounting_notebook
- Owner: jerichofs
- Created: 2020-01-07T16:07:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T19:38:32.000Z (over 3 years ago)
- Last Synced: 2025-01-07T00:39:59.387Z (over 1 year ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# accounting_notebook
Web application, which tracks money flow of a single user
## Installation and Run
- Install all the necessary packages to run the service
`npm install`
- Run the service
`npm run start`
- Go to
`localhost:3000`