An open API service indexing awesome lists of open source software.

https://github.com/asheemrahman/banking-application-machinetest

The task involves developing a banking website using the MERN stack (MongoDB,Express.js and Node.js). The website will allow users to perform basic bankingoperations such as depositing and withdrawing money from their accounts. Additionally, users will be able to view their account balance and transaction history
https://github.com/asheemrahman/banking-application-machinetest

banking-system javascript machine-test mongodb nodejs

Last synced: 8 months ago
JSON representation

The task involves developing a banking website using the MERN stack (MongoDB,Express.js and Node.js). The website will allow users to perform basic bankingoperations such as depositing and withdrawing money from their accounts. Additionally, users will be able to view their account balance and transaction history

Awesome Lists containing this project

README

          

# Banking Website

The task involves developing a banking website using the MERN stack (MongoDB,Express.js, and Node.js). The website will allow users to perform basic bankingoperations such as depositing and withdrawing money from their accounts. Additionally,
users will be able to view their account balance and transaction history. An admin panel willbe provided for the bank administrators, enabling them to view user account details and
disable user accounts when necessary.

## .env

Create a .env file and add the following variables:

PORT = 9878

MONGODB_CONNECTION_STRING='please enter your mongodb connection string'

ADMIN_USERNAME="add admin username"

ADMIN_PASSWORD="add admin password"

JWT_SECRET="123456789"