项目作者: saqsham

项目描述 :
2CC Project for DSC
高级语言: JavaScript
项目地址: git://github.com/saqsham/REST-API-Bank-Transactions.git
创建时间: 2020-05-20T00:49:08Z
项目社区:https://github.com/saqsham/REST-API-Bank-Transactions

开源协议:GNU General Public License v3.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

  1. npm run start-db
  2. npm run start-dev