Skip to content

hardik794/Basic-Banking-System-2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic-Banking-System-2.0

Basic Banking System

A Web Application used to transfer money between multiple users.

Stack used:

  • Front-end : AngularJs, HTML, CSS, Bootstrap
  • Back-end : NodeJs , ExpressJs ,MongoDB

Database contains two Tables- Customers Table & Transaction History Table

Customers table have basic fields such as name, email & current balance. Transaction History table records all transfers happened along with their time. Flow of the Website: Home Page > Add Users > View all Users > Select and View one User > Transfer Money > Select reciever > View all Users > View Transfer History.

How To Run Project:-

  1. Install NodeJs
  2. Install MongoDB And MongoDB Compass
    • Connect MongoDB Compass with localhost
  3. In Project File Open Terminal/CMD/PowerShell
  4. type npm init
  5. type npm install mongoose
  6. type npm install express
  7. type node server.js
  8. Open Browser Use This Link to Run Project 'http://localhost:2800'.

About

A Web Application used to transfer money between multiple users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published