Skip to content

This is a repository for full stack application built during ZOHO summer internship (Task 2 - Bank Management Application)

Notifications You must be signed in to change notification settings

Mithesh14/ZOHO-Summer-Internship-Bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

ZOHO-Summer-Internship-Bank

This is a repository for full stack application built during ZOHO summer internship (Task 2 - Bank Management Application)

TECH STACK

FRONT END

React is used to do the frontend part of this project. It promotes the development of reusable UI components that display dynamic data. React can power native apps using React Native and can render on the server using Node. The main reason I used react is that it uses virtual DOM (Document Object Model) which is a JavaScript object which is faster than regular DOM. Managers and customers uses two separate UI with different functionalities depending on the role.

BACK END

NodeJS is used for doing backend part of this project. Node JS is simpler than Java, easier for code writing and ideal for full-stack developers.

DATABASE DESIGN

The database consists of the following tables:

  • Users
  • Accounts
  • Loan
  • Transactions
  • Branch
  • Request
  • Token

About

This is a repository for full stack application built during ZOHO summer internship (Task 2 - Bank Management Application)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published