Introduction This project is a basic Bank management system api using Django REST Framework. Futures: Users can Register to website and get access token. Users can Create card and pay money with their cards. Users are not allowed to have more than 5 card. Users can access to their latest transactions How to use? First clone the project $ git clone https://github.com/mohamad-liyaghi/drf-bank-system.git Cd to source code directory $ cd drf-bank-system Then run project with docker $ docker-compose up --build