Skip to content

A simplified banking application built with MERN Stack as a project for practicing software security measures.

License

Notifications You must be signed in to change notification settings

KaSaNaa/SoftwareSecurity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure Banking System (MERN Stack)

Overview

This project implements a simplified secure banking system using the MERN stack (MongoDB, Express.js, React, Node.js). It includes user authentication (register, login) and a basic fund transfer functionality.

Features

  • User Registration: Allows users to create new accounts with their name, email, and password.
  • User Login: Provides authentication for registered users to log in securely.
  • Fund Transfer: Enables users to transfer funds between accounts securely.

Technologies Used

  • Frontend: React.js for the user interface.
  • Backend: Node.js with Express.js for API development.
  • Database: MongoDB for data storage.
  • Authentication: JWT (JSON Web Tokens) for session management.
  • Security: bcrypt for password hashing, CORS for cross-origin resource sharing.

About

A simplified banking application built with MERN Stack as a project for practicing software security measures.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published