Skip to content

tadeoos/debtkeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

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.

Frontend

cd frontend

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Backend

cd backend

# after activation of virtual environment
pip install -r requirements.txt