Skip to content

Saifkhan-rkp/TSF-Bank-Task1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSF-BANK

The Sparks Foundation Internship Task 1 : Basic Banking System

How it works

  • first we have to install all dependencies

      $npm install
    
  • This app currently running on nodemon tool

      $npm start
    
  • Server is running on below link

      http://localhost:8000
    

Features

  • A Dynamic Website is used to transfer money between Customers.

  • The Database contains two Schema- Customer Record & Transaction Record

  • The User table have basic fields such as name, email , contact , current balance & about.

  • The Transaction table records all transfers happened along with their time.

The Flow of the Website:

Home Page > All Customers > Select and View one Customer > Transfer Money > Select reciever > View All Customer > View Transfer History.

objective

  • To show tansaction and save all transaction that has been done

Tech Stack

Front-end: HTML, CSS, BOOTSTRAP, JAVASCRIPT(ejs)

Back-end: Node.js/Express.js

Database: MongoDB

Screenshots

Home Page All Customers All Transaction

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published