Skip to content

interview coding challenge for backend.

Notifications You must be signed in to change notification settings

finmid/code-challenge-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Objective

Your assignment is to build an internal API for a fake financial institution.

Tasks

Implement the OpenAPI specification provided in the openapi.yaml file.

Your application should be able to:

  • create new account with a possibility to define balance
  • fetch account balance by accountId
  • create transaction between two accounts, that impacts account balance

Requirements

  • Latest Kotlin or Java
  • Any framework
  • Stateless service
  • Persistence layer using database
    • In memory solutions (including h2 database) are NOT ALLOWED
    • Please don't host db remotely
  • Local development environment
    • Ability to run locally without any additional manual configuration
  • Ignore authentication and authorization
  • Code will be pushed to private Github repository and dedicated finmid members will be added as collaborators

All the best and happy coding,

The finmid Team.

About

interview coding challenge for backend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published