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
- Host: GitHub
- URL: https://github.com/asheemrahman/banking-application-machinetest
- Owner: AsheemRahman
- Created: 2024-08-27T13:11:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-11T09:17:15.000Z (about 1 year ago)
- Last Synced: 2025-03-03T01:44:40.355Z (8 months ago)
- Topics: banking-system, javascript, machine-test, mongodb, nodejs
- Language: EJS
- Homepage:
- Size: 7.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"