This project serves as the GUI for the Rocket Bank Spring Boot API, and uses the Proxy-Cognito Auth Server to authenticate users and send requests to the API.
- Create customer account
- Open savings or checking Account
- List accounts w/ balance
- Account overview dashboard
- Deposit or Withdraw Cash
This project can be ran locally or in a Docker container. Clone the repository and run the following commands.
docker build -t rocketbankui:dev .
docker run -p 5173:5173/tcp rocketbankui:dev .
pnpm install
pnpm dev
Contributions are always welcome!
If you would like to contribute, reach out via X @FiinnDev