Simple web app to keep track of your debts. See it in action.
Frontend made with Vue.js and Spectre.
Backend made with FastAPI and Pony.
cd frontend
npm install
npm run serve
npm run build
npm run test
npm run lint
cd backend
# after activation of virtual environment
pip install -r requirements.txt