A financial management app that is designed for educational purposes only. It features simple ways to create accounts, deposit and transfer to other users using a targeted email address. Transactions and account details are shown on the dashboard.
Client: TypeScript
, NextJs 13
, NextAuth
, Tailwind CSS
Cloud Database: MongoDB Atlas
- clone this git repository into your local folder
git clone [email protected]:omgshalihin/bank-app-backend.git
- go into the folder and open with your favourite IDE (intelliJ)
cd <folder> && idea pom.xml
- go into
properties.yml
file and update the MongoDB Atlasconnection string
. - start API to host it locally at http://localhost:8080/api/users
- Spring Documentation
http://localhost:8080/v3/api-docs
http://localhost:8080/swagger-ui.html