Skip to content

kthhrv/budgeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build

docker build -t budgeter -f Dockerfile .

run

docker run -p8000:80 -v /tmp/data:/data -it budgeter

Local Development

You can run the project locally using the provided Makefile.

Prerequisites:

  • uv (for Python dependency management)
  • npm (for Frontend dependency management)

Commands:

  • Install Dependencies:

    make install
  • Run Backend:

    make run-backend
  • Run Frontend:

    make run-frontend
  • Run Tests:

    make test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •