Skip to content

mdasifmunshe/qard-al-hasana

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

কর্জে হাসানা বাংলাদেশ

কর্জে হাসানা কী?

কর্জে হাসানা হচ্ছে সুদমুক্ত ঋণ। আপনাকে আমরা যে পরিমান কর্জ দিবো আপনি ঠিক তত টাকাই ফেরত দিবেন ধাপে ধাপে (কিস্তিতে), কোন সার্ভিস চার্জ নেই।

আমাদের লক্ষ

আমরা এমন একটি প্লাফর্ম তৈরী করতে চাই যাতে এই প্লাটফর্ম ব্যাবহার করে দেশের যে কোন প্রান্তে যে কেউ কর্জে হাসানা প্রজেক্ট পরিচালনা করতে পারেন। প্রজেক্ট সম্পর্কে বিস্তারিত

Qard al-Hasan

What is Qard al-Hasan?

Qard al-Hasana is an interest free loan. You will pay back exactly the amount we lend you in installments (instalments), no service charges.

Our Goal

We want to create such a platform so that anyone can manage Qard al-Hasana project in any part of the country using this platform. details about the project

Frontend

INSTALLATION

clone the project to your local machine

run

yarn install

or

npm install

navigate to

localhost:3000

create a .env file copy and paste the codes in the .env.examples file to the .env file

Backend

python manage.py migrate
python manage.py prepare_org
python manage.py runserver

Run backend with docker

cd backend
docker compose up

API doc:

localhost:8000
get access token: localhost:8000/api/v1/auth/login/
username: admin
password: admin
copy the access token and use "Authorize" buton for token authentication. Now you can access other API.

How to contribute

About this project: link
Task list: GitHub Link
Join to our Discord channel: Invitation link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.1%
  • Python 28.9%
  • JavaScript 2.1%
  • Other 0.9%