Skip to content

sebastienbarbier/seven23_server

Repository files navigation

Seven23 server

Build action badge Documentation Status License: MIT

Fully manual budget app to track your expenses. Completely opensource, with privacy by design.

Seven23 server instance is powered by django and django-rest-framework to manage and expose a restful API. It does not include a user interface, which is managed as a totally independant project like seven23_webapp.

Commands

make serve
make build
make test
make docs
make clean
make docker-build
make docker-run
make docker-shell
make docker-stop