(Translated by https://www.hiragana.jp/)
GitHub - mohamad-liyaghi/drf-bank-system: A basic Bank management system using DRF
Skip to content

mohamad-liyaghi/drf-bank-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

    About

    A basic Bank management system using DRF

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published