Skip to content

jacobkrol/Banking-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IT 302 Banking API

This is a RESTful API built using Express 4 on Node.js v13. It was created on top of the existing Getting Started with Node on Heroku article.

Project Dates: Fall 2019

Documentation

/ returns documentation page

/customers returns all customers

/customers/<id> returns the customer with the ID <id>

/accounts returns all accounts

/accounts/<id> returns the account with the ID <id>

/accounts/customer/<id> returns all accounts under customer with the ID <id>

/accounts/employee/<id> returns all accounts under employee with the ID <id>

/positions/<id> returns the position with the ID <id>

/positions/customer/<id> returns all positions under customer with the ID <id>

/transactions/account/<id> returns all transactions under account with the ID <id>

/securities returns all securities

/securities/<id> returns the security with the ID <id>

/securities/<id>/price returns current information on security with the ID from third party request

/employees returns all employees

/employees/<id> returns the employee with the ID <id>

About

For IT 302, this is an API to serve all the necessary data for an imagined bank

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 15