APP in progress.
git clone https://github.com/manish-ach/moniter-my-money.gitcd monitor-my-moneydocker compose up --buildhttp://0.0.0.0:3000/ [http://localhost:3000]note: Ensure docker is running before docker compose. I have been testing locally for hot-reloading, docker should run as well but havent tested it properly if it doesnt work as intented, do:
docker compose down -v && docker compose up --build
since its work in progress currently due to user conflict, transactions page cant fetch data. Will be fixed later.