amazingtechminds / Banking-Springboot-React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banking Application

It is a REST API based application developed using JAVA springboot ReactJS for the front end.

The following APIs are implemented:

The application is also deployed on AWS, and the above operations can be performed with similar api calls:

In order to use the full stack application,

  1. Start the server by running the BankingApiApp.java. Ensure that the none of the maven profiles are checked.
  2. Navigate to bankingapp directory and execute command "npm start"
  3. Open browser, and visit "http://localhost:3000/", and the application should be up and running!

Extra: The maven profiles are developed to easily switch between the properties for localhost or AWS. For example, we can check "demo-compile-java8" profile to build the jar and deploy on AWS.

About


Languages

Language:JavaScript 58.9%Language:Java 33.4%Language:HTML 6.3%Language:CSS 1.4%