Skip to content

Proof of Concept of an Online Banking API created with Node.JS and Express Framework.

License

Notifications You must be signed in to change notification settings

lucianoayres/online-banking-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Proof of Concept (POC) for Online Banking API in Node.JS

Project created to study the fundamentals of an online banking API created with Node.js and Express framework.

Features

  • Route -> Controller -> Service -> Repository Architecture
  • Basic Authentication & Authorization
  • Account CRUD
  • Account Balance management
  • API Activity Logger with Winston
  • API Documentation Page with Swagger

Setup

Step 1

Clone the project repository:

$ git clone github.com/lucianoayres/online-banking-api.git

Step 2

Install project dependencies:

$ npm install

Step 3

Start the server:

$ npm start

License

MIT License

About

Proof of Concept of an Online Banking API created with Node.JS and Express Framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published