Project Title: Building a Restful API to handle Bank Transactions
2CC Project for DSC
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
Software Architecture (Proposed) : MVC
Application Method : REST API and CRUD
Backend language : Nodejs
Backend framework : Expressjs
Database : MongoDB
ODM : mongoose
Containerization : Docker
npm run start-db
npm run start-dev