Skip to content

DRMALEK/Fast_and_Reckless_bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Fast and Reckless Bank

A full-stack banking application (Demo) built with Spring Boot (backend) and React + Vite (frontend).

This project demonstrates a modern architecture where the backend exposes secure REST APIs, and the frontend consumes them to deliver a smooth and fast user experience.


📂 Project Structure

fast-and-reckless-bank/
│── backend/     # Spring Boot application (API + business logic)
│── frontend/    # React Vite application (UI layer)
│── README.md    # Project documentation

⚙️ Tech Stack

Backend (Spring Boot)

  • Spring Boot
  • Spring Web
  • Maven

Frontend (React + Vite)

  • React 18
  • Vite

🚦 Getting Started

1️⃣ Clone the repository

git clone https://github.com/your-username/fast-and-reckless-bank.git
cd fast-and-reckless-bank

2️⃣ Backend Setup

cd backend
./mvnw spring-boot:run

By default, the backend runs on: 👉 http://localhost:8080

3️⃣ Frontend Setup

cd frontend
npm install
npm run dev

By default, the frontend runs on: 👉 http://localhost:5173


🛠 Development

  • Backend Hot Reload: Enabled with Spring DevTools.
  • Frontend Hot Reload: Vite’s instant HMR for rapid UI iteration.

📜 License

This project is licensed under the MIT License.

About

A full-stack banking application (Demo) built with React + Vite.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors