An open API service indexing awesome lists of open source software.

https://github.com/theamirhosssein/charity-loan-api

This project is a comprehensive payment management system designed for charitable organizations to manage loans, donations, and periodic lotteries. Built with Django and PostgreSQL, managing loan payments, and running scheduled lotteries.
https://github.com/theamirhosssein/charity-loan-api

django drf jwt postgressql python

Last synced: 22 days ago
JSON representation

This project is a comprehensive payment management system designed for charitable organizations to manage loans, donations, and periodic lotteries. Built with Django and PostgreSQL, managing loan payments, and running scheduled lotteries.

Awesome Lists containing this project

README

          

# charity-loan-api
This is payment management project

### run project
- at first create a file named `.env ` based on `.env.example` file
- go to [https://jwtsecret.com/](https://djecrety.ir/) generate and generate secret key
- make sure that docker is installed in your machine
- execute `docker-compose up --build` to run project
- have fun :)