Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

BeringLab/backend-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome To Beringlab Coding Assignment!

Bering Bank

Build a simulation of 'Bering Bank' that allows users to perform the following operations:

  • Create user account
  • Register cards(plural!)
  • Disable card
  • Enable card
  • Check account balance
  • Withdraw cash
  • Deposit cash

You can:

  • Use ANY Relational Database you prefer.
  • Install dependencies you find necessary.

To qualify your expertise you are to:

  • Write code under 'app' project
  • Complete the tests(using pytest)

Extra Credit

  • Use Port and Adapater architecture(To qualify your seniority.)
  • Apply 'State pattern' to manage card's state (reference: https://refactoring.guru/design-patterns/state/python/example)
  • Proper implementation of logging
  • Special case handling(Be creative!) such as event notification on withdrawal of money that's more than a certain amount of money.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages