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.
- Host: GitHub
- URL: https://github.com/theamirhosssein/charity-loan-api
- Owner: TheAmirhosssein
- Created: 2024-01-25T20:59:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T12:27:17.000Z (over 1 year ago)
- Last Synced: 2025-03-23T12:51:15.284Z (7 months ago)
- Topics: django, drf, jwt, postgressql, python
- Language: Python
- Homepage:
- Size: 144 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)