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.
fast-and-reckless-bank/
│── backend/ # Spring Boot application (API + business logic)
│── frontend/ # React Vite application (UI layer)
│── README.md # Project documentation
- Spring Boot
- Spring Web
- Maven
- React 18
- Vite
git clone https://github.com/your-username/fast-and-reckless-bank.git
cd fast-and-reckless-bankcd backend
./mvnw spring-boot:runBy default, the backend runs on:
👉 http://localhost:8080
cd frontend
npm install
npm run devBy default, the frontend runs on:
👉 http://localhost:5173
- Backend Hot Reload: Enabled with Spring DevTools.
- Frontend Hot Reload: Vite’s instant HMR for rapid UI iteration.
This project is licensed under the MIT License.