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 migrate
After that, you can run the server:
$ python manage.py runserver
MiReis code is licensed under GPL-3.