Skip to content

leabrun/api_bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple API for Parsing Data from Module Bank

This simple api on the index page requests a token from the "Module Bank". An asynchronous transaction starts to be executed to save to the local database. Data to save: all companies on the account, all bank accounts for each company, all transactions on each bank account.

Stack:

Getting Started:

  1. Clone the repository:
git clone git@github.com:leabrun/api_bank.git
  1. Navigate to the project directory
cd api_bank
  1. Run the containers
docker-compose up -d --build

API Testing:

Explore the API using Postman.

Note:

To fully use the api, you need to log in. Use the command:

docker-compose exec web ./manage.py createsuperuser --username=admin --email=admin@admin.com

*Use the password "admin". In case of using other data, pay attention to the "Authorization" in Postman.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published