Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tudororban/chern
Personal Finance App
https://github.com/tudororban/chern
nodejs personal-finance vue
Last synced: about 1 month ago
JSON representation
Personal Finance App
- Host: GitHub
- URL: https://github.com/tudororban/chern
- Owner: TudorOrban
- License: mit
- Created: 2024-09-02T14:23:58.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T15:35:31.000Z (4 months ago)
- Last Synced: 2024-11-22T02:50:14.723Z (about 1 month ago)
- Topics: nodejs, personal-finance, vue
- Language: TypeScript
- Homepage:
- Size: 1.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
### Chern
Chern is a personal finance management application designed to simplify your financial life. Manage transactions, set and track budgets, and gain insights into your spending habits with detailed reports and analyses. Chern empowers you to take control of your money, providing the tools you need to optimize your financial health.
![Transactions Page](/screenshots/TransactionsPage.png)
### How to use
To run the app, follow these steps:
1. Ensure you have installed: a newer version of Node, Docker.
2. Fetch the repository, and from the root folder run: `cd scripts`, `./RestartBackend.ps1`. This script will build the Docker-image and start the server and the MongoDB service.
3. Open another terminal and from the root folder run: `cd frontend`, `npm run serve`. Now you can access the app at http://localhost:8080.### Status
In mid stages of development.### Contributing
All contributions are warmly welcomed. Please follow the general best practices regarding the Github workflow and code style, and our [Code of Conduct](https://github.com/TudorOrban/Chern/blob/main/CODE_OF_CONDUCT.md).