Home
Softono
seven23_server

seven23_server

Open source MIT Python
59
Stars
18
Forks
8
Issues
4
Watchers
2 years
Last Commit

About seven23_server

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

Platforms

Web Self-hosted

Languages

Python

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