Skip to content

turulomio/moneymoney

Repository files navigation

MoneyMoney

Build Status

Installation

Django_moneymoney installation

You need to create a new database. I recommend postgresql.

createdb -U postgres moneymoney -h 127.0.0.1

Clone https://github.com/turulomio/django_moneymoney and https://github.com/turulomio/moneymoney repositories or download same version releases

cd django_moneymoney
poetry shell
poetry install

Edit settings.py if needed and run backend

python manage.py migrate
python manage.py createsuperuser
python manage.py loaddata_catalogs
python manage.py runserver

MoneyMoney installation

Compiles and hot-reloads for development

cd moneymoney
npm run dev

e2e specific test with cypress

npm run cypress_console -- --spec cypress/e2e/AssetsReport.cy.js

About

Personal accounting and financial system

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published