Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 511 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 511 Bytes

Mi Réi$

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.

Setting up

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

License

MiReis code is licensed under GPL-3.