Skip to content

The API is a banking system with routes to manage accounts, statements, deposits, and withdrawals. It is built in Node.js with the Express framework. The API supports CRUD operations for accounts, retrieves statements by date, performs customer deposit transactions, and allows withdrawals from customer accounts.

Notifications You must be signed in to change notification settings

andersonbosa/finance-api-expressjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

finance-api-expressjs

API Collection

Run in Insomnia}

TO-DOs

  • Manage customer account:
    • Healthcheck endpoint
    • Middleware to setup customer account
    • Customer CRUD (create, read, update and delete)
  • Manage customer finances:
    • Get customer statements
    • Get customer statements by date
    • Withdraw customer account
    • Deposit to customer account

About

The API is a banking system with routes to manage accounts, statements, deposits, and withdrawals. It is built in Node.js with the Express framework. The API supports CRUD operations for accounts, retrieves statements by date, performs customer deposit transactions, and allows withdrawals from customer accounts.

Topics

Resources

Stars

Watchers

Forks