💰Basic banking web application 💰
An application to manage your banking operations by:
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them:
A step by step series that tell you how to get the development env running. Once you cloned the repository in your favorite workspace, there is 3 parts (each in a new tab) in order to launch the app.
cd ./ElasticSearchFolder/bin
elasticsearch
cd ./Operations_Filter/mybank-api/
mvn update
mvn spring-boot:run -f pom.xml
cd ./Operations_Filter/mybank-api/
ng build
ng serve
- Open Postman or any software capable of CRUD operation
- create a POST request with a body request JSON file as follow:
{
"label": "Your label", (20 characters max)
"amount": XXX.XX, (2 digits decimals only)
"isCredential": [true/false], (choose True or False statement)
"account": "XXXXX XXXXX XXXXXX XXX XX", (Account number as a String)
"type": "TRANSFER" (Refer to the link below)
}
Tests are not implemented yet!
Please read contributing file for details on our code of conduct, and the process for submitting pull requests.
This project is licensed under the GNU GENERAL PUBLIC V2 License - see the LICENSE file for details