/REST-API-Bank-Transactions

2CC Project for DSC

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

REST-API-Bank-Transactions

Project Title: Building a Restful API to handle Bank Transactions
2CC Project for DSC

Problem Statement

To make the desired REST APIs for
● Basic authentication using CRUD operations
● Register a bank
● Add account with a bank
● Transfer money to bank or different accounts
● Check Balance
● Take loan
● Pay loan
● Debt
And any other viable problem

Project Details

Software Architecture (Proposed) : MVC
Application Method : REST API and CRUD
Backend language : Nodejs
Backend framework : Expressjs
Database : MongoDB
ODM : mongoose
Containerization : Docker

To run this Project

npm run start-db
npm run start-dev