Loading repository data…
Loading repository data…
kevin-anadon / repository
Home banking for FICTICIONAL transactions, using MERN (MySQL, ExpressJS, React, NodeJS with TypeScript), JWT, bcryptjs and middlewares for securing the API REST backend, client made with Reactjs working with ViteJS
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Note: This is a fictional project created for educational and demonstration purposes. The data and information presented here are not real.
Welcome to Saint Patrick Bank Home Banking! This project aims to provide a secure and user-friendly platform for performing transactions with pre-defined user cards. Below, you will find all the necessary information to set up and use the application.
The idea behind this project is to create a Home Banking platform that allows users to securely access their accounts, check their balances, and perform transactions to other cards.
The main objective of Saint Patrick Bank is to enable users to transfer money between accounts safely and efficiently. By utilizing pre-defined user cards, we can ensure secure transactions and prevent any financial losses.
Login
View Balance
Transaction History
New Transaction
Confirm Transaction
Session Closed
git clone https://github.com/your-username/bank-saint-patrick.git
cd bank-saint-patrick
cd client
npm install
cd ..
cd server
npm install
cd server/db_scripts
You will find 2 scripts: 01-createDB, 02-testValues and the Entity Relational Diagram
cd client
npm run dev
cd server
npm run dev
You should now be able to access the application locally at http://localhost:5173.
The backend at http://localhost:3001
Documentation for backend: doc
To deploy the front-end on Netlify and the back-end on Render, Database(MySQL) on filess.io, follow the respective deployment instructions for each platform.
Note: There is a text with a list of cards to use for testing, also you can check in the database scripts for more details
Link to the application: app, if you are interested in the backend server
Feel free to contribute to the project or report any issues here.
Enjoy using Saint Patrick Bank Home Banking! 🏦💳