Mi Réi$ is a humble personal finance manager build on top of Django framework.
The main goal of this project is just to learn the Django framework.
Clone this repository. Assuming that you already have Django installed, change into the folder mireis, and run the commands:
$ pip install -r requirements.txt
$ python manage.py migrateAfter that, you can run the server:
$ python manage.py runserverMiReis code is licensed under GPL-3.