Fully manual budget app to track your expenses. Completely opensource, with privacy by design.
App can run on device, no account needed, but need a server instance to sync and backup your data. Server code is also open source and available as a separate repository: seven23_server.
nvm use
npm i
npm start
npm run backend
docker run -p 8000:80 sebastienbarbier/seven23_app
Web app is available at http://localhost:8000
docker build -t seven23_app -f Dockerfile .
docker run -p 8000:80 seven23_app
Web app is available at http://localhost:8000