Skip to content

Connect django app with Nordigen API to fetch data from different banks

Notifications You must be signed in to change notification settings

Gatisvagulis/Nordigen_django_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nordigen_django_task

Connect django app with Nordigen API to fetch data from different banks

  1. To start the app first you need to create an account and generate keys here: https://nordigen.com/ . Then add these keys in .env file.
  2. Go to main project url "domainname.com/"(this is an example domain name): when the access token and refresh token are empty users generate them here.
  3. Both tokens from the point above should be saved under .env file ACCESS_TOKEN and REFRESH_TOKEN.
  4. Restart the server and refresh the browser and you are good to go.
  5. Now you can start connecting your banks.
  6. To access premium products you have to ask dirrect to [email protected]

Side note: In project we use Celery to get data async. You have to activate redis-cli.exe file on your computer.

About

Connect django app with Nordigen API to fetch data from different banks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published