System to manage personal loans.
English | Português
- Download docker and compose here
- Clone the repository
git clone https://github.com/DionVitor/PersonalLoanManager/
- Go to repository
cd PersonalLoanManager/
- Build and create containers
docker-compose up -d
- Migrate tables
make migrate
- Populate database
make populate
- Enter in personal loan offer page in order to create a new loan offer
- See all registered loan offers and edit which fields will be appeared on personal loan offer page accessing admin.
- user: admin
- password: admin
- In order to see all the processed tasks by celery, access flower.
Make by Dion Vítor, Contact: