Fikr is an Urdu word meaning to care.
It's a django rest framework based project to host ledger_book app.
Ledger_book app is django app to keep track of financial transaction of a small sized Non Profitable Organization.
Two API endpoints are implemented:
-
/api/tx/
-
/api/balance/
Only SessionAuthentication and BasicAuthentication has been enabled.
API endpoint /api/balance/ doesn't require authentication.
https://ec2-13-126-57-98.ap-south-1.compute.amazonaws.com/api/tx/
https://ec2-13-126-57-98.ap-south-1.compute.amazonaws.com/api/balance/
You can use these credentials to test it out:
User: test
Password: 1234test